Update README.md

This commit is contained in:
FlorianDahn 2021-07-26 15:44:06 +02:00
parent 9fa3df2889
commit 23969881c1

View File

@ -1132,8 +1132,6 @@ nc.PushAsync(f);
```
**Tip**: *By default the NavigationController has ForceCleanupOnLastPop enabled, which means that when the stack is again at 1 (due to PopAsync or PopToRootAsync calls) it will replace the controller automatically with the root form you have given to the constructor at the beginning.*
Later to open a new form use PushAsync again:
@ -1152,7 +1150,7 @@ await this.NavigationController.PopAsync();
```
**Notice**: *By default the NavigationController has ForceCleanupOnLastPop enabled, which means that when the stack is again at 1 (due to PopAsync or PopToRootAsync calls) it will replace the controller automatically with the root form you have given to the constructor at the beginning.*