(String contact, String txt)
| 147 | redraw(); |
| 148 | } |
| 149 | public void showAlert(String contact, String txt) { |
| 150 | PopUp.getInstance().addPopup(PopUp.TYPE_ALERT, contact, txt); |
| 151 | redraw(); |
| 152 | } |
| 153 | |
| 154 | protected int getMainBarRGB() {return ColorTheme.getColor(ColorTheme.BAR_INK);} |
| 155 |
no test coverage detected