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

Commit 82b85eaa authored by Arthur Hung's avatar Arthur Hung Committed by Automerger Merge Worker
Browse files

Merge "Prevent deadlock for clearWaitingDialog" into tm-dev am: e880b639 am: 7015800d

parents d2fd86f6 7015800d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -144,7 +144,8 @@ final class ErrorDialogController {
        if (mWaitDialog == null) {
            return;
        }
        mWaitDialog.dismiss();
        final BaseErrorDialog dialog = mWaitDialog;
        mService.mUiHandler.post(dialog::dismiss);
        mWaitDialog = null;
    }