Slight UI tweak

This commit is contained in:
Imran Remtulla
2022-08-23 15:41:41 -04:00
parent af3b71bfe6
commit a2ef86c8b3

View File

@@ -60,6 +60,7 @@ class _AddAppPageState extends State<AddAppPage> {
throw 'App already added';
}
appsProvider.saveApp(app).then((_) {
urlInputController.clear();
Navigator.push(
context,
MaterialPageRoute(