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

Commit 43e8eb1e authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build.

That's twice today. I am ashamed.

Change-Id: I0ec7ab2b742e8054980a1ab7790c4896da9e2729
parent bb9908b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10782,8 +10782,8 @@ package android.media {
  public class MediaActionSound {
    ctor public MediaActionSound();
    method public void load(int);
    method public void play(int);
    method public synchronized void load(int);
    method public synchronized void play(int);
    method public void release();
    field public static final int FOCUS_COMPLETE = 1; // 0x1
    field public static final int SHUTTER_CLICK = 0; // 0x0
@@ -23580,7 +23580,7 @@ package android.view {
    field public static final android.util.Property ROTATION_Y;
    field public static final android.util.Property SCALE_X;
    field public static final android.util.Property SCALE_Y;
    field public static final int SCREEN_STATE_OFF = 2; // 0x2
    field public static final int SCREEN_STATE_OFF = 0; // 0x0
    field public static final int SCREEN_STATE_ON = 1; // 0x1
    field public static final int SCROLLBARS_INSIDE_INSET = 16777216; // 0x1000000
    field public static final int SCROLLBARS_INSIDE_OVERLAY = 0; // 0x0