()
| 1690 | } |
| 1691 | |
| 1692 | private ContactMessageList getFocusedMsgList() { |
| 1693 | Object e = getFocusedObject(); |
| 1694 | if (e instanceof Contact) { |
| 1695 | return ((Contact) e).getMsgList(); |
| 1696 | } |
| 1697 | |
| 1698 | return null; |
| 1699 | } |
| 1700 | |
| 1701 | public void messageEditResume() { |
| 1702 | if (!isLoggedIn()) { |
no test coverage detected