rememberSheetState
and rememberLauncherForActivityResult
not working together in the same page
#130
Labels
bug
Something isn't working
Describe the bug
Using Kotlin, when i try to execute
rememberLauncherForActivityResult
to select a file, while anotherrememberSheetState
already exists, i got an exceptionLibrary Version:
To Reproduce
Steps to reproduce the behavior:
rememberSheetState
somewhere (No need to open the date picker, just include the code to be executed)luncher
you will get the exceptionExpected behavior
Being able to have the date picker and file picker in the same page
Affected Device(s):
Additional notes:
Probably the issue came from
rememberSheetState
because when i remove only the date picker, the entire form works fineMake sure that both of fields should be rendered
Screenshots
Here is the full exception
The text was updated successfully, but these errors were encountered: