-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crashes while instantiating rememberAdaptiveTimePickerState() #169
Comments
Thanks for reporting this issue. Can you share the versions you are using. |
I'm using these versions.
|
I will check it. |
Couldn't reproduce it. Can you try the app sample and let me know if it happens for you there as well? |
I've tried on a blank project and it works without any issue but crashes on my main project. App crashes on this line : https://github.com/saifi369/KMP-ExpenseTracker/blob/c8042091c424a9455f06887dab1187c4eed951ed/composeApp/src/commonMain/kotlin/presentation/screen/accountsetup/AccountSetupScreen.kt#L157 |
I will check it. |
@MohamedRejeb I've resolved the issue after changing the compose-plugin from |
After downgrading to compose 1.6.11, app works fine on Android but I'm getting this exception for iOS.
I also tried running the project from XCode but that fails as well. |
Not sure if this error is related to adaptive time picker. |
Hi,
My app is crashing on Android and iOS while instantiating adaptive time picker state.
I'm getting this exception:
PS: I've tested the AlertDialog and that works fine.
The text was updated successfully, but these errors were encountered: