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

Commit e880b639 authored by Arthur Hung's avatar Arthur Hung Committed by Android (Google) Code Review
Browse files

Merge "Prevent deadlock for clearWaitingDialog" into tm-dev

parents 969d1b8e b360eb25
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;
    }