This commit is contained in:
parent
ca8de7f87d
commit
cd9ad1e322
@ -115,6 +115,11 @@ class MountList with ChangeNotifier {
|
||||
await constants.navigatorKey.currentState?.pushReplacementNamed('/');
|
||||
}
|
||||
|
||||
displayErrorMessage(
|
||||
constants.navigatorKey.currentContext!,
|
||||
'Mount removed externally. Reloading...',
|
||||
);
|
||||
|
||||
_mountList = [];
|
||||
notifyListeners();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user