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

Method show

app/src/main/java/com/github/catvod/utils/Notify.java:20–27  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

18 }
19
20 public static void show(String text) {
21 Init.post(new Runnable() {
22 @Override
23 public void run() {
24 get().makeText(text);
25 }
26 });
27 }
28
29 private void makeText(String message) {
30 if (TextUtils.isEmpty(message)) return;

Callers 3

copyMethod · 0.95
actionMethod · 0.95
makeTextMethod · 0.80

Calls 1

postMethod · 0.95

Tested by

no test coverage detected