Rename key and value
This commit is contained in:
parent
908b359d51
commit
f6914c1acd
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ import kotlinx.coroutines.flow.Flow
|
||||||
import kotlinx.coroutines.flow.map
|
import kotlinx.coroutines.flow.map
|
||||||
|
|
||||||
private val spaceAnnouncementKey = intPreferencesKey("spaceAnnouncement")
|
private val spaceAnnouncementKey = intPreferencesKey("spaceAnnouncement")
|
||||||
private val showNewNotificationSoundBannerKey = intPreferencesKey("showNewNotificationSoundBanner")
|
private val newNotificationSoundKey = intPreferencesKey("newNotificationSound")
|
||||||
|
|
||||||
@ContributesBinding(AppScope::class)
|
@ContributesBinding(AppScope::class)
|
||||||
@Inject
|
@Inject
|
||||||
|
|
@ -54,5 +54,5 @@ class DefaultAnnouncementStore(
|
||||||
|
|
||||||
private fun Announcement.toKey() = when (this) {
|
private fun Announcement.toKey() = when (this) {
|
||||||
Announcement.Space -> spaceAnnouncementKey
|
Announcement.Space -> spaceAnnouncementKey
|
||||||
Announcement.NewNotificationSound -> showNewNotificationSoundBannerKey
|
Announcement.NewNotificationSound -> newNotificationSoundKey
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue