去卡片化, 开服表, 首页游戏-资讯改版,游戏专题增加标签(还差一个接口)
This commit is contained in:
@ -325,11 +325,6 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
bundle = getIntent().getBundleExtra("data");
|
||||
}
|
||||
|
||||
if (sp.getBoolean("isNewFirstLaunchV" + PackageUtils.getVersionName(getApplicationContext()), true)) {
|
||||
bundle = new Bundle();
|
||||
bundle.putString("to", "DownloadManagerActivity");
|
||||
}
|
||||
|
||||
Intent intent = new Intent(SplashScreenActivity.this, MainActivity.class);
|
||||
intent.putExtra("data", bundle);
|
||||
startActivity(intent);
|
||||
|
||||
Reference in New Issue
Block a user