Currently FoldableLayout component draws the representation of the emulator/device's FoldingFeature`.
E.g. when you run the FoldableLayout sample in a Surface Duo device/emulator, you can see how there is a colored area that represents the physical hinge.
The FoldingFeaure representation shouldn't be drawn since it can collide with app's specific UI.
Currently
FoldableLayout
component draws the representation of the emulator/device's FoldingFeature`.E.g. when you run the
FoldableLayout
sample in a Surface Duo device/emulator, you can see how there is a colored area that represents the physical hinge.The
FoldingFeaure
representation shouldn't be drawn since it can collide with app's specific UI.