Commit bc92bb0
committed
fix(nav3): dismiss sheet animation when navigator.hide() is called
hide() was calling popAll() which cleared the inner backstack without
triggering the sheet dismiss animation. Changed to call onRootReached()
which fires the sheetDismissDispatcher chain to properly animate out.
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>1 parent 85d16fa commit bc92bb0
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments