()
| 57 | if (model == null) { |
| 58 | mHandler.post(new Runnable() { |
| 59 | @Override |
| 60 | public void run() { |
| 61 | if (mIsShowToast) { |
| 62 | ToastUtils.show(mContext, |
| 63 | TextUtils.isEmpty(mToastMsg) ? |
| 64 | mContext.getResources().getString(R.string.update_lib_default_toast) : mToastMsg); |
| 65 | } |
| 66 | |
| 67 | } |
| 68 | }); |
| 69 | return; |
| 70 | } |