Improve AnnouncementService.
This commit is contained in:
parent
59ef782b3e
commit
752e846b1c
20 changed files with 169 additions and 81 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue