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

Commit 1490029a 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

parents 3e9c8d39 e880b639
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;
    }