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

Commit e595cad6 authored by Joe Onorato's avatar Joe Onorato
Browse files

Remove unwanted parameter (it was a typo).

Bug: 3241144
Change-Id: I569f6c8dffb17041a422be6084b6eab89624a57b
parent 78b32fc4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -215899,8 +215899,6 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="visibility" type="int">
</parameter>
</method>
<method name="getTag"
 return="java.lang.Object"
+1 −1
Original line number Diff line number Diff line
@@ -10660,7 +10660,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    /**
     * Returns the status bar visibility that this view has requested.
     */
    public int getSystemUiVisibility(int visibility) {
    public int getSystemUiVisibility() {
        return mSystemUiVisibility;
    }