2.4 进入下载页面默认跳转至游戏下载
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user