use a separate table instead of a column on remote asset
This commit is contained in:
@@ -187,6 +187,7 @@ class BackgroundSyncManager {
|
||||
return _linkedAlbumSyncTask!.whenComplete(() {
|
||||
_linkedAlbumSyncTask = null;
|
||||
});
|
||||
}
|
||||
|
||||
Future<void> syncCloudIds() {
|
||||
if (_cloudIdSyncTask != null) {
|
||||
|
||||
Reference in New Issue
Block a user