restore xcode settings

formatting

restore xcode settings

fix rebase
This commit is contained in:
mertalev
2025-07-24 14:25:25 +03:00
parent fc6415cdc3
commit 97a6c6d7a0
18 changed files with 255 additions and 908 deletions
@@ -23,8 +23,7 @@ class AssetMediaRepository {
final actualSize = actualWidth * actualHeight * 4;
try {
final buffer =
await ImmutableBuffer.fromUint8List(pointer.asTypedList(actualSize));
final buffer = await ImmutableBuffer.fromUint8List(pointer.asTypedList(actualSize));
final descriptor = ui.ImageDescriptor.raw(
buffer,
width: actualWidth,