资讯相关页面的整理
This commit is contained in:
@ -43,7 +43,7 @@ import com.gh.gamecenter.login.ApiResponse;
|
||||
import com.gh.gamecenter.login.LoginTag;
|
||||
import com.gh.gamecenter.login.UserViewModel;
|
||||
import com.gh.gamecenter.manager.UserManager;
|
||||
import com.gh.gamecenter.message.MessageFragment;
|
||||
import com.gh.gamecenter.message.MessageCenterFragment;
|
||||
import com.gh.gamecenter.retrofit.Response;
|
||||
import com.gh.gamecenter.retrofit.RetrofitManager;
|
||||
import com.halo.assistant.HaloApp;
|
||||
@ -173,7 +173,7 @@ public class PersonalFragment extends BaseFragment implements Observer<ApiRespon
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
public void onEventMainThread(EBReuse reuse) {
|
||||
if (MessageFragment.MESSAGE_READ_OVER.equals(reuse.getType())) { // 消息阅读完成
|
||||
if (MessageCenterFragment.MESSAGE_READ_OVER.equals(reuse.getType())) { // 消息阅读完成
|
||||
if (mLoginMessgeHint != null) {
|
||||
mLoginMessgeHint.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user