feat: Update AuthFlow logic and enhance ChatsListScreen with styled truncated public key display
This commit is contained in:
@@ -26,7 +26,6 @@ fun AuthFlow(
|
||||
var currentScreen by remember {
|
||||
mutableStateOf(
|
||||
when {
|
||||
hasExistingAccount && accounts.size > 1 -> AuthScreen.SELECT_ACCOUNT
|
||||
hasExistingAccount -> AuthScreen.UNLOCK
|
||||
else -> AuthScreen.WELCOME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user