Skip to content

Commit e47448d

Browse files
authored
Update README.md
1 parent bca94ba commit e47448d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ You can only pop from the currently selected index. This can throw an Unsupporte
102102
103103
### Pop multiple fragments
104104
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);
106107
107108
### Replacing a fragment
108109
You can only replace onto the currently selected index

0 commit comments

Comments
 (0)