Skip to content

Commit

Permalink
🔖 Release hotfix 2.8.2+129
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jun 12, 2023
1 parent 87e1d76 commit 4ff7d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/notificationUtil/notification_scheduler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class MyNotifScheduler {
//to make sure the time is in future
await scheduleSinglePrayerNotification(
name: 'Fajr',
// Note: previosly, there was a bug with this id.
// Read more: https://github.com/mptwaktusolat/app_waktu_solat_malaysia/issues/201
id: int.parse(dayTime.fajr.millisecondsSinceEpoch
.toString()
.replaceAll(RegExp(r'0+$'), "")),
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: 2.8.1+128
version: 2.8.2+129

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

0 comments on commit 4ff7d0e

Please sign in to comment.