修改Handler 在 ondestroy时 remove全部消息,Context获取的Manager,改为Application Context持有,游戏列表增加开服信息

This commit is contained in:
khy
2017-04-24 19:14:47 +08:00
parent 72a1cded27
commit 39cd66032d
89 changed files with 406 additions and 17450 deletions

View File

@ -432,5 +432,6 @@ public class ViewImageActivity extends BaseActivity implements OnPageChangeListe
protected void onDestroy() {
super.onDestroy();
viewimage_vp_show.onDestory(); // 注销EventBus
handler.removeCallbacksAndMessages(null);
}
}