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
> even though we are now wrapping our leaf screens in a `BackStackScreen`.
658
664
> The default `onNavigate` function used by `Flow<*>.reportNavigation()`
659
665
> can drill through the stock `Unwrappable` interface implemented by `BackStackScreen`
@@ -709,6 +715,6 @@ We'll show you how in the next tutorial, when we add our Todo Editing screen.
709
715
>-The `Overlay` marker interface, implemented by renderings that model things like Android `Dialog` windows
710
716
>- `ScreenOverlay` for modeling an `Overlay` whose content comes from a `Screen`
711
717
>- `BodyAndOverlaysScreen`, a classthat arranges `Overlay` instances in layers over a body `Screen`.
712
-
>-And`the [AndroidOverlay](https://github.com/square/workflow-kotlin/blob/main/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/navigation/AndroidOverlay.kt)` interface that simplifies implementing `ScreenOverlay` with Android's `AppCompatDialog` class.
718
+
>-And the [`AndroidOverlay`](https://github.com/square/workflow-kotlin/blob/main/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/navigation/AndroidOverlay.kt) interface that simplifies implementing `ScreenOverlay` with Android's `AppCompatDialog` class.
0 commit comments