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

Commit 4f491cbe authored by Erik Gilling's avatar Erik Gilling Committed by The Android Automerger
Browse files

systemui: enable GL rendering of launch background



Only affect high end devices

Change-Id: I5fa2b646c2c4d4350fb4fc1042741c981ebb30bb
Signed-off-by: default avatarErik Gilling <konkers@android.com>
parent b61b525a
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;