12/8/1
This commit is contained in:
@@ -99,7 +99,7 @@ class NotificationController extends GetxController {
|
||||
for (int day = 0; day < 7; day++) {
|
||||
// Schedule for 8:00 AM
|
||||
await _scheduleNotificationForTime(
|
||||
day, 8, 0, title, message, details, day * 1000 + 1); // Unique ID
|
||||
day, 8, 0, title, message, details, day * 1000 + 1);
|
||||
|
||||
// Schedule for 3:00 PM
|
||||
await _scheduleNotificationForTime(
|
||||
|
||||
Reference in New Issue
Block a user