This commit is contained in:
parent
349bede3b3
commit
05f323665a
@ -93,11 +93,11 @@ class MountList with ChangeNotifier {
|
|||||||
|
|
||||||
_mountList = [];
|
_mountList = [];
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
|
||||||
return _fetch();
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('$e');
|
debugPrint('$e');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return _fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
void remove(String name) {
|
void remove(String name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user