Skip to content

Commit 14f826d

Browse files
author
Johann Blake
committed
Updated README.md
1 parent 3584c21 commit 14f826d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ NavigationManager.addScreens(
7272
}
7373
```
7474

75+
76+
<br/><br/>
77+
7578
## Screen Caching
7679

7780
When you navigate from one screen back to a previous screen, Navigation Manager removes the current screen from the navigation stack including any viewmodel that you may have optionally included with the screen when you called **addScreens**. The viewmodel will get garbage collected by Android provided some other part of your app is not retaining a reference to it.

0 commit comments

Comments
 (0)