()
| 67 | } |
| 68 | |
| 69 | public void eventOk() { |
| 70 | if (getItemCount() > 0) { |
| 71 | Contact c = (Contact) getFocusedObject(); |
| 72 | ((Contact) c).getMsgList(); |
| 73 | StaticData.getInstance().roster.focusToContact(c, false); |
| 74 | } |
| 75 | //c.msgSuspended=null; // clear suspended message for selected contact |
| 76 | } |
| 77 | |
| 78 | public void eventLongOk(){ |
| 79 | super.eventLongOk(); |
no test coverage detected