Fix erroneously display "Canceling subscription" during account deletion.

This commit is contained in:
Nicholas Tinsley 2024-08-14 17:01:09 -04:00 committed by mtang-signal
parent 5c9b7ce7d5
commit 627b939326

View file

@ -263,6 +263,7 @@ public class DeleteAccountFragment extends Fragment {
case LEAVE_GROUPS_FINISHED:
ensureDeletionProgressDialog();
deletionProgressDialog.presentDeletingAccount();
break;
case CANCELING_SUBSCRIPTION:
ensureDeletionProgressDialog();
deletionProgressDialog.presentCancelingSubscription();