Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik committed Dec 11, 2024
1 parent d00d02d commit cc98743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Future<void> onStart(ServiceInstance service) async {
android: AndroidNotificationDetails(
NOTIFICATION_CHANNEL_ID,
'MY FOREGROUND SERVICE',
icon: "app_logo_1",
icon: "app_notification_icon",
ongoing: true,
color: Color(0xFF1679AB),
),
Expand Down

0 comments on commit cc98743

Please sign in to comment.