-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Describe the bug
Notification triggered when click alarm from the quick settings tile on Android
To Reproduce
- Create scheduled notification with
flutterLocalNotificationsPlugin.zonedSchedulefor specific date time - set
androidScheduleMode: AndroidScheduleMode.alarmClock, - tap alarm tile from quick settings
- the notification triggered with incorrect time
Lzyct.Video.2025-11-24.06.07.33.pm.mp4
Expected behavior
- Nothing happen when click the alarm tile
Sample code to reproduce the problem
await flutterLocalNotificationsPlugin.zonedSchedule(
"prayertime-$tzDateTime".hashCode,
"$title",
message,
tzDateTime,
notificationDetails ?? const NotificationDetails(),
uiLocalNotificationDateInterpretation:
UILocalNotificationDateInterpretation.absoluteTime,
androidScheduleMode: AndroidScheduleMode.exactAllowWhileIdle,
payload:
"${LocalNotificationType.prayerTime.name};${tzDateTime.hashCode};$title",
);Metadata
Metadata
Assignees
Labels
No labels