Loading src/com/android/launcher3/compat/WallpaperManagerCompat.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
src/com/android/launcher3/compat/WallpaperManagerCompat.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading