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

Method eventOk

src/main/java/Client/Roster.java:1668–1674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1666 }
1667
1668 public void eventOk() {
1669 super.eventOk();
1670 if (getFocusedMsgList() == null) {
1671 cleanupGroup((Group) getFocusedObject());
1672 reEnumRoster();
1673 }
1674 }
1675
1676 public void eventLongOk() {
1677 super.eventLongOk();

Callers 1

touchLeftPressedMethod · 0.45

Calls 4

getFocusedMsgListMethod · 0.95
cleanupGroupMethod · 0.95
reEnumRosterMethod · 0.95
getFocusedObjectMethod · 0.80

Tested by

no test coverage detected