You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fun BackStackScreen<*>.flatten(): BackStackScreen<Screen>
The idea is that this would drill down through children, unwrapping along the way, and inline any that would be expressed in the view system as one BackStackContainer as a direct child of another. Might become practical if the deepMap() PR (#1092) lands.
The text was updated successfully, but these errors were encountered:
The idea is that this would drill down through children, unwrapping along the way, and inline any that would be expressed in the view system as one
BackStackContainer
as a direct child of another. Might become practical if thedeepMap()
PR (#1092) lands.The text was updated successfully, but these errors were encountered: