mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Polish deletion UX.
This commit is contained in:
committed by
Cody Henthorne
parent
ccce37d023
commit
df170dac32
@@ -80,7 +80,7 @@ abstract class UpgradeToPaidTierBottomSheet : ComposeBottomSheetDialogFragment()
|
||||
viewLifecycleOwner.lifecycleScope.launch(SignalDispatchers.Main) {
|
||||
repeatOnLifecycle(Lifecycle.State.RESUMED) {
|
||||
viewModel.deletionState.collectLatest {
|
||||
if (it == DeletionState.RUNNING) {
|
||||
if (it == DeletionState.DELETE_BACKUPS) {
|
||||
Toast.makeText(
|
||||
requireContext(),
|
||||
R.string.MessageBackupsFlowFragment__a_backup_deletion_is_in_progress,
|
||||
|
||||
Reference in New Issue
Block a user