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

Commit 1d5b3a63 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build

Change-Id: Id7514858594772ab79c0f3db745b00f0bb59218b
parent 9ce3df55
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -158444,6 +158444,19 @@
<parameter name="canvas" type="android.graphics.Canvas">
</parameter>
</method>
<method name="onDrawScrollBars"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="true"
 deprecated="not deprecated"
 visibility="protected"
>
<parameter name="canvas" type="android.graphics.Canvas">
</parameter>
</method>
<method name="onFinishInflate"
 return="void"
 abstract="false"
+1 −1
Original line number Diff line number Diff line
@@ -5549,7 +5549,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
     * 
     * @see #awakenScrollBars(int)
     */
    private void onDrawScrollBars(Canvas canvas) {
    protected final void onDrawScrollBars(Canvas canvas) {
        // scrollbars are drawn only when the animation is running
        final ScrollabilityCache cache = mScrollCache;
        if (cache != null) {