Ashkan Haghighi Fashi

Results 7 comments of Ashkan Haghighi Fashi

I kinda solved this with the following workaround. But would be cool if you could apply some modifiers or similar stylings :) ``` ... pointType = EventPointType.custom( icon = paddedPainter(rememberVectorPainter(item.status.getIcon(true))),...

I've got the same error using the Google Api. You can change the used Api under Settings -> Tools -> AndroidLocalize

I found a solution. You need to implement an expect/actual function to format the byteArray to the Data class. Common Main: `expect fun createDataFromBytes(bytes: ByteArray): Data ` Android Main: `actual...

This is still failing, could this be fixed please?

This is a dumbed down version of my implementation. It has the same problem. ``` @Composable fun GenericGridWithScrollbar( modifier: Modifier = Modifier, items: List = List(50) { "Item ${it +...

Sure, it looks something like this. I think the issue might be that since I use JetLimeExtendedEvent, but JetLimeDefaults for the styling, the styles are not getting applied correctly? ```...

@pushpalroy hey, any chance this could be fixed? would really appreciate it! :)