列表点击逻辑修改,助手版本升为3.2

This commit is contained in:
kehaoyuan
2018-04-02 16:16:49 +08:00
parent 6f89f4acce
commit 414b5b3861
68 changed files with 292 additions and 695 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.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);
}
}