You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, I used this library for my thesis, and I have seen that if a device is usable by 2 users, then the settings of the first user that logs in stay the same across all users. For the settings to change, we need to close the application and then we log in with the credentials of the other user. A solution that I have done to fix this is shown in my screenshot.
This command: sInstances.get(name).mRoot = getRoot(name, db); solves the issue.
I don't know whether it is true or not, but it worked for me.
The text was updated successfully, but these errors were encountered:
Greetings, I used this library for my thesis, and I have seen that if a device is usable by 2 users, then the settings of the first user that logs in stay the same across all users. For the settings to change, we need to close the application and then we log in with the credentials of the other user. A solution that I have done to fix this is shown in my screenshot.
This command:
sInstances.get(name).mRoot = getRoot(name, db);
solves the issue.I don't know whether it is true or not, but it worked for me.
The text was updated successfully, but these errors were encountered: