修改Handler 在 ondestroy时 remove全部消息,Context获取的Manager,改为Application Context持有,游戏列表增加开服信息
This commit is contained in:
@ -1424,6 +1424,8 @@ public class MainActivity extends BaseFragmentActivity implements OnClickListene
|
||||
if (sp.getBoolean("changeDefaultIcon", false) && sp.getInt("default_user_icon", 0) != 0) {
|
||||
postDefaultIcon(true, sp.getInt("default_user_icon", 0));
|
||||
}
|
||||
|
||||
handler.removeCallbacksAndMessages(null);
|
||||
}
|
||||
|
||||
// 提交默认头像
|
||||
|
||||
Reference in New Issue
Block a user