mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 06:27:29 +01:00
@@ -293,7 +293,7 @@ private data class TrackStatusSelectorScreen(
|
||||
private val service: TrackService,
|
||||
) : StateScreenModel<Model.State>(State(track.status)) {
|
||||
|
||||
fun getSelections(): Map<Int, String> {
|
||||
fun getSelections(): Map<Int, Int?> {
|
||||
return service.getStatusList().associateWith { service.getStatus(it) }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user