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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ You can only pop from the currently selected index. This can throw an Unsupporte
102
102
103
103
### Pop multiple fragments
104
104
You can pop multiple fragments at once, with the same rules as above applying. If the pop depth is deeper than possible, it will stop when it gets to the root fragment
105
-
fragNavController.popFragments(3);
105
+
106
+
fragNavController.popFragments(3);
106
107
107
108
### Replacing a fragment
108
109
You can only replace onto the currently selected index
0 commit comments