Skip to content

Commit

Permalink
Fix notification channel id inconsistent
Browse files Browse the repository at this point in the history
🚀 1.11.53-hotfix+27
  • Loading branch information
iqfareez committed Nov 29, 2020
1 parent 5bdabf2 commit 71f7289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/utils/notifications_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Future<void> scheduleNotification(
String body,
DateTime scheduledTime}) async {
var androidSpecifics = notifs.AndroidNotificationDetails(
id.toString(), // This specifies the ID of the Notification
'$name-id', // This specifies the ID of the Notification
'$name notification', // This specifies the name of the notification channel
'A scheduled prayer notification', //This specifies the description of the channel
'Scheduled daily prayer notification', //This specifies the description of the channel
priority: notifs.Priority.max,
importance: notifs.Importance.high,
color: Color(0xFF19e3cb),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App waktu solat seluruh Malaysia

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.11.53+26
version: 1.11.53-hotfix+27

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 71f7289

Please sign in to comment.