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

Commit 8ef0aff5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "WallpaperManagerCompat: correct build version check"

parents 64a43efc 74c6e98c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public abstract class WallpaperManagerCompat {
            if (sInstance == null) {
                context = context.getApplicationContext();

                if (Utilities.ATLEAST_OREO) {
                if (Utilities.ATLEAST_OREO_MR1) {
                    try {
                        sInstance = new WallpaperManagerCompatVOMR1(context);
                    } catch (Throwable e) {