mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Temporarily remove bad assertion in MessageBackupsFlowViewModel.
This commit is contained in:
committed by
Cody Henthorne
parent
74c6e76808
commit
1028d293a0
@@ -65,7 +65,8 @@ class MessageBackupsFlowViewModel(
|
||||
val stateFlow: StateFlow<MessageBackupsFlowState> = internalStateFlow
|
||||
|
||||
init {
|
||||
check(SignalStore.backup.backupTier != MessageBackupTier.PAID) { "This screen does not support cancellation or downgrades." }
|
||||
// TODO this is not correct for all usages. See BackupAlertBottomSheet.
|
||||
// check(SignalStore.backup.backupTier != MessageBackupTier.PAID) { "This screen does not support cancellation or downgrades." }
|
||||
|
||||
viewModelScope.launch {
|
||||
val result = withContext(SignalDispatchers.IO) {
|
||||
|
||||
Reference in New Issue
Block a user