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

Method getSecImageIndex

src/main/java/Client/Contact.java:742–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740 }
741
742 public int getSecImageIndex() {
743 if (getNewMsgsCount() > 0) {
744 return (unreadType == Msg.MESSAGE_TYPE_AUTH) ? RosterIcons.ICON_AUTHRQ_INDEX : RosterIcons.ICON_MESSAGE_INDEX;
745 }
746
747 if (incomingState > 0) {
748 return incomingState;
749 }
750
751 return -1;
752 }
753
754//#ifdef PEP
755 public String getMoodString() {

Callers 1

drawItemMethod · 0.95

Calls 1

getNewMsgsCountMethod · 0.95

Tested by

no test coverage detected