-
-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)
Description
The account chooser ChooseAccountDialogFragment
has the problem that accounts are shown with a delay because it's waiting for
invitationsRepository.fetchInvitations(userItem)
to finish, just to add a badge..
It should be improved to immediately show all available accounts and just update the badge whenever fetchInvitations
is finished.
Maybe for some reason related to this, accounts are not shown at all (see #5093)
If necessary / possible without too much effort, this should also be done:
- convert to kotlin
- get rid of FlexibleAdapter
- migrate to Compose
Also, keep an eye on the files app (as the code was copied from there back then) if there are some fixes.
If it makes sense and it's possible, it could also be extracted to android-common lib
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)Accepted and waiting to be taken care of (should be only set by nextcloud employees)