-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account is missing in UI (-> Multiple current accounts in ChooseAccountDialogFragment) #4492
Comments
I've updated to v20.1.1 and the account switcher was working initially. But now one of two accounts is not visible anymore. |
I plan to have a closer look on this bug this week!
Getting a notification for the other user and clicking on it might fix the currentUser state as a workaround, but i did not test |
Tanks, that worked! |
good chance that it's about the same problems that are described in #2581 |
App version 20.1.0RC1 (but bug was seen also on older versions)
I saw that in ChooseAccontDialogFragment when lisiting all accounts, two of them were marked as current account!
As a result, the "current accounts" were not listed in the list. (But only one should have been marked as current and not listed.)
One of the current accounts is shown at the top where the status can be set.
After switching to a third account, the current states we correct again, so only one account was marked as current and all were listed as expected.
Bug. Two accounts marked as current (userId is only identical because it's the same name on different instances. This is ok, logging should be better though):
"Self healed" after account was switched to a third user:
This might also explain more multi account issues.
Todo:
check where/how accounts are set to "current"
The text was updated successfully, but these errors were encountered: