Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b51c4c45 authored by Samuel Cheung's avatar Samuel Cheung Committed by Josh Guilfoyle
Browse files

rename parameter naem in removeViewFromLayout()

parent ffd6822b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156974,7 +156974,7 @@
 deprecated="not deprecated"
 visibility="protected"
>
<parameter name="mLaunchedView" type="android.view.View">
<parameter name="aView" type="android.view.View">
</parameter>
</method>
<method name="setCurrentTab"
+1 −1
Original line number Diff line number Diff line
@@ -711,7 +711,7 @@ mTabHost.addTab(TAB_TAG_1, "Hello, world!", "Tab 1");
    }

    // Implemented by Carousel (a child class of TabHost)
    protected void removeViewFromLayout(View mLaunchedView) {
    protected void removeViewFromLayout(View aView) {
        
    }
}