Skip to content

Commit

Permalink
Fix icons in quick actions on android
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Aug 18, 2024
1 parent 2c344aa commit 740fdd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,17 @@ void initializeQuickAction(
ShortcutItem(
type: index1.toString(),
localizedTitle: propertyUiList[index1].name,
icon: 'splash',
icon: 'launch_image',
),
ShortcutItem(
type: index2.toString(),
localizedTitle: propertyUiList[index2].name,
icon: 'splash',
icon: 'launch_image',
),
ShortcutItem(
type: index3.toString(),
localizedTitle: propertyUiList[index3].name,
icon: 'splash',
icon: 'launch_image',
),
]);
}
Expand Down

0 comments on commit 740fdd4

Please sign in to comment.