光环助手V3.2 DEV(20180415-1700)测试问题汇总

http://gitlab.ghzhushou.com/pm/halo-app-issues/issues/207
This commit is contained in:
kehaoyuan
2018-04-17 15:16:25 +08:00
parent a0737d0010
commit 840eff3cc4
13 changed files with 49 additions and 137 deletions

View File

@ -45,7 +45,6 @@ import com.gh.gamecenter.eventbus.EBNetworkState;
import com.gh.gamecenter.eventbus.EBReuse;
import com.gh.gamecenter.eventbus.EBSkip;
import com.gh.gamecenter.login.ApiResponse;
import com.gh.gamecenter.login.AppDatabase;
import com.gh.gamecenter.login.LoginTag;
import com.gh.gamecenter.login.UserViewModel;
import com.gh.gamecenter.manager.UserManager;
@ -126,7 +125,6 @@ public class PersonalFragment extends BaseFragment implements Observer<ApiRespon
private SharedPreferences sp;
private AppDatabase mDatabase;
private UserViewModel mUserViewModel;
private MessageUnreadViewModel mUnreadViewModel;
@ -154,7 +152,6 @@ public class PersonalFragment extends BaseFragment implements Observer<ApiRespon
super.onCreate(savedInstanceState);
sp = PreferenceManager.getDefaultSharedPreferences(getContext());
mDatabase = AppDatabase.getInstance(getContext());
checkUpdate();