MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / OkNotify

Method OkNotify

src/main/java/PEP/ActivityList.java:57–62  ·  view source on GitHub ↗
(String actText)

Source from the content-addressed store, hash-verified

55 }
56
57 public void OkNotify(String actText) {
58 //String moodName=((MoodItem)getFocusedObject()).getTipString();
59 publish(cursor, actText);
60 parentView = sd.roster;
61 destroyView();
62 }
63
64 public void publish(int activity, String text) {
65 String sid="publish-activity";

Callers 1

eventOkMethod · 0.95

Calls 2

publishMethod · 0.95
destroyViewMethod · 0.45

Tested by

no test coverage detected