mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 07:06:31 -04:00
238895cad9
#27666 removed LocalNotificationService with the legacy stack, which was the only place calling FlutterLocalNotificationsPlugin().initialize(). without it, ios never prompts for the notification perm on fresh installs so background_downloader notifications get dropped silently. restores the init in the same spot the deleted call used to live.