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

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

Add AccountList to DrawerContent

parent 39f54273
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -27,10 +27,7 @@ fun DrawerContent(
            .fillMaxSize()
            .testTag("DrawerContent"),
    ) {
        Column(
            modifier = Modifier
                .fillMaxSize(),
        ) {
        Column {
            state.selectedAccount?.let {
                AccountView(
                    account = it,