wait for mount/unmount to complete
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
d57fa022d8
commit
9fcc50fcc3
@ -126,7 +126,7 @@ class Mount with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> refresh({bool force = false}) async {
|
Future<void> refresh({bool force = false}) async {
|
||||||
if (_isRefreshing || (!force && _isMounting)) {
|
if (!force && (_isMounting || _isRefreshing)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user