光环助手V3.2其它优化汇总

This commit is contained in:
kehaoyuan
2018-04-10 11:34:39 +08:00
parent e0c9d43f02
commit c736068d0e
42 changed files with 286 additions and 419 deletions

View File

@ -19,7 +19,6 @@ 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;
@ -27,7 +26,6 @@ import com.gh.common.util.TagUtils;
import com.gh.common.util.TimestampUtils;
import com.gh.common.util.TokenUtils;
import com.gh.download.DownloadManager;
import com.gh.gamecenter.fragment.MainWrapperFragment;
import com.gh.gamecenter.manager.FilterManager;
import com.lightgame.download.FileUtils;
import com.lightgame.utils.AppManager;
@ -157,10 +155,6 @@ public class SplashScreenActivity extends BaseActivity {
private void launch() {
Bundle bundle = getIntent().getExtras();
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);
}
if (bundle != null) intent.putExtras(bundle);
startActivity(intent);
finish();