()
| 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) { |
no test coverage detected