Loading core/java/android/widget/TabHost.java +18 −20 Original line number Diff line number Diff line Loading @@ -669,9 +669,6 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1"); public View getContentView() { // if (!mCloseView) // return null; if (mLocalActivityManager == null) { throw new IllegalStateException("Did you forget to call 'public void setup(LocalActivityManager activityGroup)'?"); } Loading Loading @@ -713,6 +710,7 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1"); } // Implemented by Carousel (a child class of TabHost) protected void removeViewFromLayout(View mLaunchedView) { } Loading Loading
core/java/android/widget/TabHost.java +18 −20 Original line number Diff line number Diff line Loading @@ -669,9 +669,6 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1"); public View getContentView() { // if (!mCloseView) // return null; if (mLocalActivityManager == null) { throw new IllegalStateException("Did you forget to call 'public void setup(LocalActivityManager activityGroup)'?"); } Loading Loading @@ -713,6 +710,7 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1"); } // Implemented by Carousel (a child class of TabHost) protected void removeViewFromLayout(View mLaunchedView) { } Loading