Merge branch 'main' into fix/save-album-sort

This commit is contained in:
Yaros
2025-09-17 14:40:05 +02:00
27 changed files with 125 additions and 96 deletions
@@ -96,7 +96,7 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
final operation = cachedOperation;
if (operation != null) {
this.cachedOperation = null;
cachedOperation = null;
operation.cancel();
}
}