MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / makeText

Method makeText

app/src/main/java/com/github/catvod/utils/Notify.java:29–34  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

27 }
28
29 private void makeText(String message) {
30 if (TextUtils.isEmpty(message)) return;
31 if (mToast != null) mToast.cancel();
32 mToast = Toast.makeText(Init.context(), message, Toast.LENGTH_LONG);
33 mToast.show();
34 }
35}

Callers 1

runMethod · 0.80

Calls 3

contextMethod · 0.95
cancelMethod · 0.80
showMethod · 0.80

Tested by

no test coverage detected