Kashif Mehmood

Results 43 comments of Kashif Mehmood

Facing this on `1.0.0-rc02`

if some one using it in a kmm app. you can do expect actual to get `java.io.Serilizable` ```kotlin actual typealias CommonSerializable = java.io.Serializable expect CommonSerializable ``` and then ```kotlin data...

@KapilYadav-dev i have updated my comment that solves this issue

Hi hassan can you submit a pull request and contribute by writing comments where necessary?

@hassammughal please submit a pull request

@mainrs https://proandroiddev.com/tracking-lifecycle-changes-in-compose-multiplatform-ios-and-android-486005919ec8

for me its only happening on ios not on android

@DevSrSouza can you please have a look at this? for me it happens only in ios and after updating to compose 1.6

@DevSrSouza it's fixed with @hm-tamim's contribution but there is a case, open any bottom sheet with a text field, keep the text field in focus and navigate to another screen...