Fix erroneously display "Canceling subscription" during account deletion.
This commit is contained in:
parent
5c9b7ce7d5
commit
627b939326
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ public class DeleteAccountFragment extends Fragment {
|
|||
case LEAVE_GROUPS_FINISHED:
|
||||
ensureDeletionProgressDialog();
|
||||
deletionProgressDialog.presentDeletingAccount();
|
||||
break;
|
||||
case CANCELING_SUBSCRIPTION:
|
||||
ensureDeletionProgressDialog();
|
||||
deletionProgressDialog.presentCancelingSubscription();
|
||||
|
|
Loading…
Add table
Reference in a new issue