mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 20:22:03 +00:00
d4e545e67d
just refactoring for now. this doesn't solve the bug! Problem that needs to be solved: When adding a new Account (User), it is marked as "current", while for the other logged in users "current" must be unset (-> disabled). The problem is, that for the old active user, "current" is not unset so there were multiple accounts marked as "current". In the ChooseAccountDialogFragment, only one of the current accounts is shown at the top. Below the set status field, all accounts are listed that are not marked with "current". So as a result, there can be accounts hidden that were marked as "current". Signed-off-by: Marcel Hibbe <dev@mhibbe.de> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |