()
| 903 | //#endif |
| 904 | |
| 905 | public ContactMessageList getMsgList() { |
| 906 | if (cml == null) { |
| 907 | cml = new ContactMessageList(this); |
| 908 | } else { |
| 909 | if (newMsgCnt > 0 && cml.on_end) cml.moveToUnread(); |
| 910 | cml.show(); |
| 911 | } |
| 912 | |
| 913 | return cml; |
| 914 | } |
| 915 | |
| 916 | } |
no test coverage detected