Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ run
Method
run
app/src/main/java/com/github/catvod/utils/Notify.java:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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
Callers
nothing calls this directly
Calls
2
get
Method · 0.95
makeText
Method · 0.80
Tested by
no test coverage detected