[fix] Prevent mixed video lists when switching tabs quickly& Not confirming server information when updating accounts
This commit is contained in:
@@ -106,7 +106,8 @@ fun MeScreen(meScreenViewModel: MeScreenViewModel = viewModel()) {
|
||||
onClick = {
|
||||
meScreenViewModel.updateAccount(username, privateKey, context)
|
||||
},
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
enabled = privateKey != "******"
|
||||
) {
|
||||
Text("Save")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user