-
Notifications
You must be signed in to change notification settings - Fork 10
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
Folding Feature & state is null always #5
Comments
Hi @Anmol92verma! |
@skydoves I have tried both, Surface duo 2 and 7.6 fold in display. I ran the butterfly demo sample also, it does not work the same way. |
Here's the link to where It's implemented I am using 1.0.1 version Moreover |
I guess there's something issue with the WindowManager API. |
Cool, thanks @skydoves for confirming on the reproducibility at your end. thanks! |
Hey @Anmol92verma, |
I am using a CompositionLocalProvider like
and in my composable
LocalWindowLayoutInfo.current.isSeparating
is always falseand
foldingFeature?.state
is always null.The text was updated successfully, but these errors were encountered: