Commit 45691fb6 authored by zhang_z's avatar zhang_z

同时按时候Dialog的问题;

parent dcabeab3
......@@ -290,7 +290,11 @@ public abstract class BaseDialog<P extends BasePresenter, B extends ViewDataBind
if (null != mDisp && (!mDisp.isDisposed())) {
mDisp.dispose();
}
super.dismiss();
try {
super.dismiss();
} catch (NullPointerException e) {
LogUtils.e(e.getMessage());
}
}
} else {
SPUtils.getInstance().put(C.SYSTEM.DIALOGISDISMISS, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment