Merge "Prevent deadlock for clearWaitingDialog" into tm-dev
This commit is contained in:
@@ -144,7 +144,8 @@ final class ErrorDialogController {
|
|||||||
if (mWaitDialog == null) {
|
if (mWaitDialog == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mWaitDialog.dismiss();
|
final BaseErrorDialog dialog = mWaitDialog;
|
||||||
|
mService.mUiHandler.post(dialog::dismiss);
|
||||||
mWaitDialog = null;
|
mWaitDialog = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user