mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Fix erroneously display "Canceling subscription" during account deletion.
This commit is contained in:
committed by
mtang-signal
parent
5c9b7ce7d5
commit
627b939326
@@ -263,6 +263,7 @@ public class DeleteAccountFragment extends Fragment {
|
||||
case LEAVE_GROUPS_FINISHED:
|
||||
ensureDeletionProgressDialog();
|
||||
deletionProgressDialog.presentDeletingAccount();
|
||||
break;
|
||||
case CANCELING_SUBSCRIPTION:
|
||||
ensureDeletionProgressDialog();
|
||||
deletionProgressDialog.presentCancelingSubscription();
|
||||
|
||||
Reference in New Issue
Block a user