MCPcopy Create free account
hub / github.com/caikaidev/AppUpdate / run

Method run

lib/src/main/java/com/kcode/lib/UpdateWrapper.java:59–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

showMethod · 0.95

Tested by

no test coverage detected