()
| 145 | } |
| 146 | |
| 147 | public void destroyView() { |
| 148 | if (itemsList.size() > 0) { |
| 149 | if (StaticData.getInstance().account == null) { |
| 150 | sd.roster.loadAccount(false, cf.accountIndex); |
| 151 | } |
| 152 | parentView = sd.roster; |
| 153 | super.destroyView(); |
| 154 | } |
| 155 | } |
| 156 | |
| 157 | private void delAccount() { |
| 158 | if (itemsList.size() == 1) { |
no test coverage detected