|
@@ -400,7 +400,7 @@ class LocalSyncService {
|
|
if (hasGrantedLimitedPermissions()) {
|
|
if (hasGrantedLimitedPermissions()) {
|
|
syncAll();
|
|
syncAll();
|
|
} else {
|
|
} else {
|
|
- sync();
|
|
|
|
|
|
+ sync().then((value) => _refreshDeviceFolderCountAndCover());
|
|
}
|
|
}
|
|
});
|
|
});
|
|
PhotoManager.startChangeNotify();
|
|
PhotoManager.startChangeNotify();
|