Browse Source

Remove wrong comment.

pull/1832/head
Benoit Marty 10 months ago
parent
commit
12bdaf9727
  1. 1
      features/securebackup/impl/src/main/kotlin/io/element/android/features/securebackup/impl/root/SecureBackupRootView.kt

1
features/securebackup/impl/src/main/kotlin/io/element/android/features/securebackup/impl/root/SecureBackupRootView.kt

@ -84,7 +84,6 @@ fun SecureBackupRootView( @@ -84,7 +84,6 @@ fun SecureBackupRootView(
when (state.doesBackupExistOnServer) {
is Async.Success -> when (state.doesBackupExistOnServer.data) {
true -> {
// Should not happen, we will have the state BackupState.ENABLED
PreferenceText(
title = stringResource(id = R.string.screen_chat_backup_key_backup_action_disable),
tintColor = ElementTheme.colors.textCriticalPrimary,

Loading…
Cancel
Save