列表点击逻辑修改,助手版本升为3.2
This commit is contained in:
@ -5,7 +5,7 @@ import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.gh.common.util.EntranceUtils;
|
||||
import com.gh.gamecenter.message.NewMessageFragment;
|
||||
import com.gh.gamecenter.message.MessageFragment;
|
||||
|
||||
/**
|
||||
* Created by khy on 21/07/17.
|
||||
@ -19,7 +19,7 @@ public class MessageActivity extends NormalActivity {
|
||||
// .setFragment(MessageCenterFragment.class).build();
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString(EntranceUtils.KEY_ENTRANCE, entrance);
|
||||
return getIntent(context, NewMessageFragment.class, bundle);
|
||||
return getIntent(context, MessageFragment.class, bundle);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user