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

Commit 35db29c0 authored by Luca Stefani's avatar Luca Stefani Committed by Joey
Browse files

Remove unused lint suppression

Change-Id: Ia5c9868365c7b13f4339ef850b2a4c3ea59394e7
parent 4e0c7f49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */
package org.lineageos.backgrounds.factory;

import android.annotation.SuppressLint;
import android.graphics.drawable.ColorDrawable;

import androidx.annotation.ColorInt;
@@ -29,7 +28,6 @@ public final class MonoWallpaperFactory {
    private MonoWallpaperFactory() {
    }

    @SuppressLint("DefaultLocale")
    public static WallpaperBundle build(@NonNull String name,
                                        @ColorInt final int color) {
        return new WallpaperBundle(name, new ColorDrawable(color), color, WallpaperType.MONO);