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
openAsAccount changes the accountManager's activeAccount property, but does not do any of the work that AccountManager.setActiveAccount() does. In particular:
The current active account is not saved
The account passed as parameter here goes not have its isActive property set
openAsAccount
changes the accountManager's activeAccount property, but does not do any of the work that AccountManager.setActiveAccount() does. In particular:isActive
property setThis is probably a bug, per feedback on https://github.com/tuskyapp/Tusky/pull/3697/files#r1212176622, but needs proper investigation (it's called from a number of places which might depend on this behaviour).
Tusky Version: 21
I searched or browsed the repo’s other issues to ensure this is not a duplicate.
The text was updated successfully, but these errors were encountered: