mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Changing min sdk to 25
Change-Id: I0d28069967854357ca755bf25dec19d4979bdecf
This commit is contained in:
@@ -161,7 +161,7 @@ abstract class BaseWidgetSheet extends AbstractSlideInView
|
||||
|
||||
private static View createColorScrim(Context context) {
|
||||
View view = new View(context);
|
||||
if (Utilities.ATLEAST_NOUGAT) view.forceHasOverlappingRendering(false);
|
||||
view.forceHasOverlappingRendering(false);
|
||||
|
||||
WallpaperColorInfo colors = WallpaperColorInfo.getInstance(context);
|
||||
int alpha = context.getResources().getInteger(R.integer.extracted_color_gradient_alpha);
|
||||
|
||||
Reference in New Issue
Block a user