2.4 进入下载页面默认跳转至游戏下载

This commit is contained in:
khy
2017-03-15 11:22:11 +08:00
parent 6fa4994e04
commit e656acec1d
2 changed files with 2 additions and 6 deletions

View File

@ -99,12 +99,7 @@ public class DownloadManagerActivity extends BaseFragmentActivity implements
}
}
if (currentItem == -1) {
currentItem = 0;
// if (updateSize != 0 && downloadSize == 0) {
// currentItem = 1;
// } else {
// currentItem = 0;
// }
currentItem = 1; //默认游戏下载页面
}
DisplayMetrics outMetrics = new DisplayMetrics();