feat: Add rounded corners to account list item and add account button in SelectAccountScreen and UnlockScreen
This commit is contained in:
@@ -163,6 +163,7 @@ class MainActivity : ComponentActivity() {
|
||||
},
|
||||
onLogout = {
|
||||
scope.launch {
|
||||
com.rosetta.messenger.network.ProtocolManager.disconnect()
|
||||
accountManager.logout()
|
||||
currentAccount = null
|
||||
}
|
||||
@@ -180,6 +181,7 @@ class MainActivity : ComponentActivity() {
|
||||
},
|
||||
onLogout = {
|
||||
scope.launch {
|
||||
com.rosetta.messenger.network.ProtocolManager.disconnect()
|
||||
accountManager.logout()
|
||||
currentAccount = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user