光环助手V3.1 RELEASE(20180118-2020)测试汇总(完成部分)

This commit is contained in:
kehaoyuan
2018-01-22 16:07:07 +08:00
parent 2c674896ff
commit 0d46554b66
12 changed files with 44 additions and 10 deletions

View File

@ -20,6 +20,7 @@ import android.widget.ImageView;
import android.widget.TextView;
import com.gh.base.BaseActivity;
import com.gh.base.fragment.BaseFragment_ViewPager;
import com.gh.common.util.DialogUtils;
import com.gh.common.util.PackageUtils;
import com.gh.common.util.PlatformUtils;
@ -28,6 +29,7 @@ import com.gh.common.util.TimestampUtils;
import com.gh.common.util.TokenUtils;
import com.gh.download.DownloadManager;
import com.gh.gamecenter.eventbus.EBReuse;
import com.gh.gamecenter.fragment.MainWrapperFragment;
import com.gh.gamecenter.manager.FilterManager;
import com.gh.gamecenter.retrofit.JSONObjectResponse;
import com.gh.gamecenter.retrofit.RetrofitManager;
@ -172,6 +174,10 @@ public class SplashScreenActivity extends BaseActivity {
}
Intent intent = new Intent(SplashScreenActivity.this, MainActivity.class);
if (isNewFirstLaunch) {
if (bundle == null) bundle = new Bundle();
intent.putExtra(BaseFragment_ViewPager.ARGS_INDEX, MainWrapperFragment.INDEX_ASK);
}
intent.putExtra(KEY_DATA, bundle);
startActivity(intent);
finish();