fix #365
This commit is contained in:
parent
78264395d2
commit
d9e9e87926
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import 'package:mangayomi/utils/extensions/build_context_extensions.dart';
|
|||
return (
|
||||
getColorFilterBlendMode(colorFilterBlendMode, context),
|
||||
customColorFilter == null
|
||||
? Colors.transparent
|
||||
? null
|
||||
: Color.fromARGB(customColorFilter.a ?? 0, customColorFilter.r ?? 0,
|
||||
customColorFilter.g ?? 0, customColorFilter.b ?? 0)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue