MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / goToMsgList

Method goToMsgList

src/main/java/ui/controls/PopUp.java:106–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public boolean goToMsgList() {
107 String c = getContact();
108 if (c != null) {
109 StaticData.getInstance().roster.showContactMessageList(c);
110 }
111
112 return handled = next();
113 }
114
115 public boolean next() {
116 if(size()>0) {

Callers 2

handlePressedMethod · 0.95
pointerReleasedMethod · 0.80

Calls 4

getContactMethod · 0.95
getInstanceMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected