Skip to content

Commit

Permalink
feat: resetting source to default dismiss the sources pop-up (#797)
Browse files Browse the repository at this point in the history
* feat: resetting source to default dismiss the sources pop-up

* chore: format using `dart format`
  • Loading branch information
validcube authored Apr 20, 2023
1 parent d691892 commit 62ef1c8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ class SManageSources extends BaseViewModel {
_managerAPI.setPatchesRepo('');
_managerAPI.setIntegrationsRepo('');
_toast.showBottom('settingsView.restartAppForChanges');
Navigator.of(context).pop();
Navigator.of(context)
..pop()
..pop();
},
)
],
Expand Down

0 comments on commit 62ef1c8

Please sign in to comment.