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

Unverified Commit 40545daa authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Show all accounts in drawer list

parent a226a3b1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -47,9 +47,6 @@ internal fun AccountList(
                    items = accounts,
                    key = { account -> account.id },
                ) { account ->
                    if (selectedAccount != null && account == selectedAccount) {
                        return@items
                    }
                    AccountListItem(
                        account = account,
                        onClick = { onAccountClick(account) },