Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ec1953a authored by Jason Chiu's avatar Jason Chiu Committed by Automerger Merge Worker
Browse files

Revert "Do not show the redundant RemoveAccountFailureDialog" am: 7f1ff1b7

parents 8bfab753 7f1ff1b7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -180,10 +180,11 @@ public class RemoveAccountPreferenceController extends AbstractPreferenceControl
                                | AuthenticatorException e) {
                            // handled below
                            Log.w(TAG, "Remove account error: " + e);
                            RemoveAccountFailureDialog.show(getTargetFragment());
                        }
                        Log.i(TAG, "failed: " + failed);
                        if (!failed) {
                        if (failed) {
                            RemoveAccountFailureDialog.show(getTargetFragment());
                        } else {
                            targetActivity.finish();
                        }
                    }, null, mUserHandle);