SupportingPaneScaffold - seekBack :back: I am on ...
# compose
j
SupportingPaneScaffold - seekBack 🔙 I am on an endeavour to implement predictive in (CMP). As the implementation was doing nothing I tried to call seekBack directly and noticed that it also does nothing. With debugging I realised that the transition property of the SeekableTransitionState is null. Am I missing a crucial setup step? Has anyone observed a similar behaviour?
Example.kt
Figured it out, I have to use the SupportingPaneScaffold which takes
navigator.scaffoldState
instead of
navigator.scaffoldValue
as argument.
Example.kt
Basically exactly the inverted mistake I did here.
Ok, not solved yet. With this change the scaffold does not switch to multi pane on resize or if it has initially enough space.