So I have this Android Application developed using webView in Android Studio this is the homepage
So whenever i click on a file It is supposed to resume the workspace from where i left but it is opening the default workspace like this
This is the code which returns the file content in XML:
This code is supposed to load the saved workspace:
And yes the function is indeed returning the file content but it is not getting in the workspace.
But the workspace is loading with default blocks, what could be the issue ?