NTP-8837 | Fix Serialization of LinearProgressIndicatorWithThumb (#625)
This commit is contained in:
@@ -151,7 +151,7 @@ open class UiTronDataSerializer : JsonSerializer<UiTronData> {
|
||||
}
|
||||
ComposeViewType.LinearProgressIndicatorWithThumb.name -> {
|
||||
context?.serialize(
|
||||
src as ScratchCardData,
|
||||
src as LinearProgressIndicatorWithThumbData,
|
||||
LinearProgressIndicatorWithThumbData::class.java
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user