(int command_id)
| 152 | } |
| 153 | |
| 154 | public boolean doUserKeyAction(int command_id) { |
| 155 | switch (command_id) { |
| 156 | case 50: |
| 157 | clearReadedMessageList(); |
| 158 | return true; |
| 159 | case 52: |
| 160 | stanzaEdit(); |
| 161 | return true; |
| 162 | } |
| 163 | |
| 164 | return super.doUserKeyAction(command_id); |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | //#endif |
nothing calls this directly
no test coverage detected