Improve AnnouncementService.

This commit is contained in:
Benoit Marty 2025-10-08 09:45:44 +02:00
parent 59ef782b3e
commit 752e846b1c
20 changed files with 169 additions and 81 deletions

View file

@ -37,8 +37,5 @@ interface AppPreferencesStore {
suspend fun setTracingLogPacks(targets: Set<TraceLogPack>)
fun getTracingLogPacksFlow(): Flow<Set<TraceLogPack>>
suspend fun setShowNewNotificationSoundBanner(show: Boolean)
fun showNewNotificationSoundBanner(): Flow<Boolean>
suspend fun reset()
}