do not cast radiogroup to String
This commit is contained in:
parent
f0708c3d4d
commit
5ead8deb86
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
package com.simplemobiletools.commons.models
|
||||
|
||||
data class RadioItem(val id: Int, val title: String, val value: Any = id.toString())
|
||||
data class RadioItem(val id: Int, val title: String, val value: Any = id)
|
||||
|
|
Loading…
Reference in a new issue