()
| 466 | } |
| 467 | |
| 468 | public void destroyView() { |
| 469 | if (sd.roster.isLoggedIn()) { |
| 470 | if ((Config.autoAwayType == Config.AWAY_OFF) || Config.autoAwayType == Config.AWAY_LOCK) { |
| 471 | AutoStatus.getInstance().stop(); |
| 472 | } else { |
| 473 | AutoStatus.getInstance().start(); |
| 474 | } |
| 475 | } |
| 476 | super.destroyView(); |
| 477 | } |
| 478 | } |
no test coverage detected