Show new notification sound banner logic
This commit is contained in:
committed by
Benoit Marty
parent
71d2c1d9df
commit
4475ed0d37
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user