Loading feature/navigation/drawer/src/main/kotlin/app/k9mail/feature/navigation/drawer/ui/DrawerContent.kt +1 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,7 @@ fun DrawerContent( .fillMaxSize() .testTag("DrawerContent"), ) { Column( modifier = Modifier .fillMaxSize(), ) { Column { state.selectedAccount?.let { AccountView( account = it, Loading Loading
feature/navigation/drawer/src/main/kotlin/app/k9mail/feature/navigation/drawer/ui/DrawerContent.kt +1 −4 Original line number Diff line number Diff line Loading @@ -27,10 +27,7 @@ fun DrawerContent( .fillMaxSize() .testTag("DrawerContent"), ) { Column( modifier = Modifier .fillMaxSize(), ) { Column { state.selectedAccount?.let { AccountView( account = it, Loading