Skip to content

Commit

Permalink
fix: notification icon mipmap
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Oct 7, 2024
1 parent 5227105 commit c374e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/util/schedule_notifications.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const notificationDetails = NotificationDetails(
android: AndroidNotificationDetails(
'0',
'StudyU',
icon: "ic_notification",
icon: '@mipmap/ic_launcher',
priority: Priority.max,
importance: Importance.max,
),
Expand Down

0 comments on commit c374e75

Please sign in to comment.