()
| 85 | //#endif |
| 86 | } |
| 87 | public void cmdOk() { |
| 88 | //publish(activity.getSelectedIndex(), ti.getText()); |
| 89 | Config.getInstance().sndrcvmood=sndrcvmood.getValue(); |
| 90 | //#ifdef PEP_TUNE |
| 91 | Config.getInstance().rcvtune=rcvtune.getValue(); |
| 92 | //#endif |
| 93 | //#ifdef PEP_ACTIVITY |
| 94 | Config.getInstance().rcvactivity=rcvactivity.getValue(); |
| 95 | //#endif |
| 96 | //#ifdef PEP_TUNE |
| 97 | //#if android |
| 98 | Config.getInstance().updatetune = updatetune.getValue(); |
| 99 | //#endif |
| 100 | //#endif |
| 101 | Config.getInstance().saveToStorage(); |
| 102 | parentView = sd.roster; |
| 103 | destroyView(); |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | //#endif |
nothing calls this directly
no test coverage detected