2026-02-28-1
This commit is contained in:
@@ -104,7 +104,7 @@ class SplashScreenController extends GetxController
|
||||
final fcm = Get.find<FirebaseMessagesController>();
|
||||
await fcm.requestFirebaseMessagingPermission();
|
||||
|
||||
_scheduleDailyNotifications(notificationController);
|
||||
// _scheduleDailyNotifications(notificationController);
|
||||
_initializeQuickActions();
|
||||
} catch (e, st) {
|
||||
CRUD.addError('background_init_error: $e', st.toString(), 'SplashScreen');
|
||||
|
||||
Reference in New Issue
Block a user