mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-20 02:44:19 +08:00
Allow all colors when generating icon color
This commit is contained in:
@@ -195,7 +195,8 @@ class _Thumbnail extends State<Thumbnail> {
|
||||
region: Rect.fromCenter(
|
||||
center: Offset(i.width / 2, i.height / 2),
|
||||
width: iconSize,
|
||||
height: iconSize));
|
||||
height: iconSize),
|
||||
filters: [(_) => true]);
|
||||
if (!_disposed) {
|
||||
setState(() {
|
||||
_iconColor = pattle.colors.first.computeLuminance() > 0.5
|
||||
|
||||
Reference in New Issue
Block a user