1、处理viewholder
2、处理adapter 3、
This commit is contained in:
@ -69,7 +69,7 @@ public class KcSelectGameActivity extends BaseActivity {
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
init(getString(R.string.title_select_game));
|
||||
initTitle(getString(R.string.title_select_game));
|
||||
|
||||
if (getIntent() != null && getIntent().getExtras() != null) {
|
||||
mIsConn = getIntent().getExtras().getBoolean("isConn");
|
||||
|
||||
Reference in New Issue
Block a user