When switching accounts don't update accounts and folders in drawer twice
This commit is contained in:
parent
c92baae802
commit
9d7b9dd313
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ class K9Drawer(private val parent: MessageList, savedInstanceState: Bundle?) : K
|
||||||
val account = (profile as ProfileDrawerItem).tag as Account
|
val account = (profile as ProfileDrawerItem).tag as Account
|
||||||
openedAccountUuid = account.uuid
|
openedAccountUuid = account.uuid
|
||||||
val eventHandled = !parent.openRealAccount(account)
|
val eventHandled = !parent.openRealAccount(account)
|
||||||
updateUserAccountsAndFolders(account)
|
|
||||||
updateButtonBarVisibility(false)
|
updateButtonBarVisibility(false)
|
||||||
|
|
||||||
eventHandled
|
eventHandled
|
||||||
|
|
Loading…
Reference in a new issue