minor change

This commit is contained in:
ashilkn 2023-01-05 09:16:55 +05:30
parent 0cbcfcfb93
commit 578c822b01

View file

@ -392,7 +392,7 @@ class LocalSyncService {
Future<void> checkAndSync() async {
_logger.info("Something changed on disk");
if (_existingSync != null) {
await _existingSync.future;
await _existingSync!.future;
}
if (hasGrantedLimitedPermissions()) {
syncAll();