Playing around with a Foldable. Do anyone know how to Preview different Foldable states. E.g. HALF_OPEN, FLAT?
I mean there is this @Preview(device = Devices.FOLDABLE) but it does not have a FoldingFeature. So it does not get recognized as Foldable from my code.
Do i have to mock this FoldingFeature?