Show new notification sound banner logic
This commit is contained in:
parent
df384f6365
commit
98637b8fc5
11 changed files with 150 additions and 2 deletions
|
|
@ -37,5 +37,8 @@ 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