消息中心改造基本完成(还差测试)

This commit is contained in:
kehaoyuan
2018-03-29 17:51:14 +08:00
parent c0c0ef979d
commit 8daefb2e42
27 changed files with 1009 additions and 888 deletions

View File

@ -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);
}
}