fixed android notification icon

This commit is contained in:
Kenton Hamaluik
2020-12-30 15:51:37 -07:00
parent 3e3dfa6692
commit 605d0bc225
6 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

View File

@ -23,7 +23,7 @@ class NotificationsProvider {
FlutterLocalNotificationsPlugin notif = FlutterLocalNotificationsPlugin();
const AndroidInitializationSettings initializationSettingsAndroid =
AndroidInitializationSettings('@mipmap/launcher_icon');
AndroidInitializationSettings('ic_notification_icon');
final IOSInitializationSettings initializationSettingsIOS =
IOSInitializationSettings(
requestSoundPermission: false,