mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-23 14:39:30 +02:00
Slight UI tweak
This commit is contained in:
@@ -60,6 +60,7 @@ class _AddAppPageState extends State<AddAppPage> {
|
|||||||
throw 'App already added';
|
throw 'App already added';
|
||||||
}
|
}
|
||||||
appsProvider.saveApp(app).then((_) {
|
appsProvider.saveApp(app).then((_) {
|
||||||
|
urlInputController.clear();
|
||||||
Navigator.push(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
MaterialPageRoute(
|
MaterialPageRoute(
|
||||||
|
Reference in New Issue
Block a user