Merge "Default gradient should be the dark version" into oc-dr1-dev

am: 4dfb200d1b

Change-Id: I72a0674c9a180f65536553e30f80317276073365
This commit is contained in:
Lucas Dupin
2017-07-19 18:48:15 +00:00
committed by android-build-merger

View File

@@ -97,14 +97,14 @@ public class ColorExtractor implements WallpaperManager.OnColorsChangedListener
}
/**
* Retrieve TYPE_NORMAL gradient colors considering wallpaper visibility.
* Retrieve gradient colors for a specific wallpaper.
*
* @param which FLAG_LOCK or FLAG_SYSTEM
* @return colors
*/
@NonNull
public GradientColors getColors(int which) {
return getColors(which, TYPE_NORMAL);
return getColors(which, TYPE_DARK);
}
/**