Remove wrong comment.
This commit is contained in:
parent
3de856e98e
commit
ed23fdbc10
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ fun SecureBackupRootView(
|
||||||
when (state.doesBackupExistOnServer) {
|
when (state.doesBackupExistOnServer) {
|
||||||
is Async.Success -> when (state.doesBackupExistOnServer.data) {
|
is Async.Success -> when (state.doesBackupExistOnServer.data) {
|
||||||
true -> {
|
true -> {
|
||||||
// Should not happen, we will have the state BackupState.ENABLED
|
|
||||||
PreferenceText(
|
PreferenceText(
|
||||||
title = stringResource(id = R.string.screen_chat_backup_key_backup_action_disable),
|
title = stringResource(id = R.string.screen_chat_backup_key_backup_action_disable),
|
||||||
tintColor = ElementTheme.colors.textCriticalPrimary,
|
tintColor = ElementTheme.colors.textCriticalPrimary,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue