fix: unable to use custom API (#1435)

This commit is contained in:
aAbed
2023-10-26 20:05:34 +05:45
committed by GitHub
parent cfb8980e3a
commit e74ffac5b0
2 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,7 @@ class SManageApiUrl extends BaseViewModel {
apiUrl = 'https://$apiUrl';
}
_managerAPI.setApiUrl(apiUrl);
_toast.showBottom('settingsView.restartAppForChanges');
Navigator.of(context).pop();
},
),