kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix crash when leaving groups during account deletion.
rodzic
3d77ce0d57
commit
39f4ca10ef
|
@ -301,7 +301,7 @@ public class DeleteAccountFragment extends Fragment {
|
|||
}
|
||||
|
||||
private void ensureDeletionProgressDialog() {
|
||||
if (deletionProgressDialog != null) {
|
||||
if (deletionProgressDialog == null) {
|
||||
deletionProgressDialog = DeleteAccountProgressDialog.show(requireContext());
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue