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

Commit b524d341 authored by Erik Gilling's avatar Erik Gilling Committed by Android (Google) Code Review
Browse files

Merge "systemui: enable GL rendering of launch background"

parents ed191e1f 881fb209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class ImageWallpaper extends WallpaperService {
    private static final boolean DEBUG = false;

    static final boolean FIXED_SIZED_SURFACE = true;
    static final boolean USE_OPENGL = false;
    static final boolean USE_OPENGL = true;

    WallpaperManager mWallpaperManager;