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

Commit 101c002c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6193784 from e8d9d331 to qt-qpr3-release

Change-Id: I6bdcbef6b3e63618bb34230f2e9a35796a69eca1
parents 93aa8f24 e8d9d331
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -41,8 +41,7 @@ final class DisabledWallpaperManager extends WallpaperManager {
    // Don't need to worry about synchronization
    private static DisabledWallpaperManager sInstance;

    // TODO(b/138939803): STOPSHIP changed to false and/or remove it
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    @NonNull
    static DisabledWallpaperManager getInstance() {
@@ -66,10 +65,6 @@ final class DisabledWallpaperManager extends WallpaperManager {
        return false;
    }

    // TODO(b/138939803): STOPSHIP methods below should not be necessary,
    // callers should check if isWallpaperSupported(), consider removing them to keep this class
    // simpler

    private static <T> T unsupported() {
        if (DEBUG) Log.w(TAG, "unsupported method called; returning null", new Exception());
        return null;