protected void onRestoreInstanceState(Bundle paramBundle)
 {
   super.onRestoreInstanceState(paramBundle);
   int m = paramBundle.getInt("mCategoryType");
   this.r = m;
   CategoryVo localCategoryVo = (CategoryVo)paramBundle.get("mRootCategory");
   this.q = localCategoryVo;
   gj.a(f, "onRestoreInstanceState");
 }