refactor: Migrate routes to go router
This commit is contained in:
parent
739edde729
commit
ee957ab1f6
52 changed files with 584 additions and 612 deletions
|
|
@ -207,7 +207,7 @@ class AddStoryController extends State<AddStoryPage> {
|
|||
},
|
||||
);
|
||||
if (postResult.error == null) {
|
||||
VRouter.of(context).pop();
|
||||
context.pop();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue