Skip to content

Commit

Permalink
Merge pull request #32 from OutdatedGuy/patch-1
Browse files Browse the repository at this point in the history
fix: monochrome icon is smaller and blurred
  • Loading branch information
mrrhak committed Jun 20, 2023
2 parents 4dc7ea6 + 57e9afd commit bc361d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/android.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ void _createAndroidAdaptiveIcon({
_removeAdaptiveRound(androidIcons);
}
if (monochrome != null) {
_createAdaptiveMonochrome(androidIcons, monochrome);
_createAdaptiveMonochrome(adaptiveIcons, monochrome);
} else {
_removeAdaptiveMonochrome(androidIcons);
_removeAdaptiveMonochrome(adaptiveIcons);
}
}

Expand Down

0 comments on commit bc361d3

Please sign in to comment.