(String actText)
| 55 | } |
| 56 | |
| 57 | public void OkNotify(String actText) { |
| 58 | //String moodName=((MoodItem)getFocusedObject()).getTipString(); |
| 59 | publish(cursor, actText); |
| 60 | parentView = sd.roster; |
| 61 | destroyView(); |
| 62 | } |
| 63 | |
| 64 | public void publish(int activity, String text) { |
| 65 | String sid="publish-activity"; |
no test coverage detected