Remove wrong comment.

This commit is contained in:
Benoit Marty 2023-11-20 10:36:29 +01:00
parent f9d621b6e8
commit 12bdaf9727

View file

@ -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,