光环助手V3.2 DEV(20180620-2000)测试问题汇总(部分完成)

This commit is contained in:
kehaoyuan
2018-06-22 18:40:27 +08:00
parent ba3450f2b3
commit 6d05a00488
17 changed files with 28 additions and 29 deletions

View File

@ -27,6 +27,8 @@ import com.gh.common.util.TimestampUtils;
import com.gh.common.util.TokenUtils;
import com.gh.download.DownloadManager;
import com.gh.gamecenter.manager.FilterManager;
import com.gh.gamecenter.room.AppDatabase;
import com.gh.gamecenter.user.UserRepository;
import com.lightgame.download.FileUtils;
import com.lightgame.utils.AppManager;
import com.lightgame.utils.Utils;
@ -88,6 +90,8 @@ public class SplashScreenActivity extends BaseActivity {
super.onCreate(savedInstanceState);
UserRepository.getInstance(AppDatabase.getInstance(getApplication()), getApplication()); // 初始化登录
// if (!AppManager.getInstance().isEmpty()) {
// redirectAndFinish(getRedirectIntents(this, getIntent().getData()));
// return;