优化开服表(主要是单个游戏开服点下载是非常卡,修复后还是有点卡),把首页控制台的消息提示红点移到我的光环
This commit is contained in:
@ -728,7 +728,7 @@ public class MainActivity extends BaseActivity {
|
||||
}
|
||||
|
||||
private void checkDevice() {
|
||||
// String deviceId = TokenUtils.getDeviceId(this); // TODO
|
||||
// String deviceId = TokenUtils.getDeviceId(this); // TODO 还要不要这个判断?
|
||||
if (true) {
|
||||
String content = DeviceUtils.getUserDevice(MainActivity.this).toString();
|
||||
RequestBody body = RequestBody.create(MediaType.parse("application/json"), content);
|
||||
|
||||
Reference in New Issue
Block a user