WIP
This commit is contained in:
parent
d36de816f5
commit
7838a4b2cc
|
@ -180,6 +180,7 @@ class PreferencesPageModel with ChangeNotifier {
|
|||
);
|
||||
}).catchError((err) {
|
||||
log(err.toString());
|
||||
Navigator.pop(context);
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text(
|
||||
|
|
Loading…
Reference in New Issue