Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b71ad450 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #5649 from k9mail/small_drawer_fix

When switching accounts don't update accounts and folders in drawer twice
parents 4b8fd226 9d7b9dd3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ class K9Drawer(private val parent: MessageList, savedInstanceState: Bundle?) : K
            val account = (profile as ProfileDrawerItem).tag as Account
            openedAccountUuid = account.uuid
            val eventHandled = !parent.openRealAccount(account)
            updateUserAccountsAndFolders(account)
            updateButtonBarVisibility(false)

            eventHandled