0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Adhere to kotlin styleguide

This commit is contained in:
Christine Coenen 2022-10-23 17:05:50 +02:00
parent b333d216fe
commit 21182417a9

View File

@ -4,7 +4,7 @@ import de.christinecoenen.code.zapp.app.mediathek.api.request.MediathekChannel
data class ChannelFilter(
private val channelMap: MutableMap<MediathekChannel, Boolean> = MediathekChannel.values()
.associate { it to false }
.associateWith { false }
.toMutableMap()
) {
val isApplied: Boolean