♻️ New notification overlay basis

This commit is contained in:
2026-01-15 01:31:09 +08:00
parent 476da28b5e
commit 4f569fbefd
6 changed files with 194 additions and 164 deletions

View File

@@ -340,6 +340,7 @@ class IslandApp extends HookConsumerWidget {
final apiClient = ref.read(apiClientProvider);
subscribePushNotification(apiClient);
initializeLocalNotifications();
ref.read(audioSessionProvider);
ref.read(notificationSfxProvider);
ref.read(messageSfxProvider);
final wsNotifier = ref.read(websocketStateProvider.notifier);