MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / isChatActive

Method isChatActive

app/src/main/java/com/client/tok/tox/State.java:40–42  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

38 }
39
40 public static boolean isChatActive(String key) {
41 return chatPageActive && key != null && key.equals(activeKey);
42 }
43
44 public static void setChatPageActive(boolean active) {
45 chatPageActive = active;

Callers 2

fileRecvMethod · 0.95
receiveMessageMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected