zhaozhenqiang

Results 1 comments of zhaozhenqiang

继承父类 @Override protected void onRestoreInstanceState(Parcelable state) { if (state instanceof Bundle) { Bundle bundle = (Bundle) state; int position = bundle.getInt("mCurrentTab"); mLogger.info("tag_count", "" + this.getTabCount() + "position:" + position); if...