消息中心改造基本完成(还差测试)
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.MessageCenterFragment;
|
||||
import com.gh.gamecenter.message.NewMessageFragment;
|
||||
|
||||
/**
|
||||
* 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, MessageCenterFragment.class, bundle);
|
||||
return getIntent(context, NewMessageFragment.class, bundle);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user