fix(mobile): exifInfo not updated on sync ()

* fix(mobile): exifInfo not updated on sync

* add tests

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2025-04-07 20:51:37 +05:30 committed by GitHub
commit 43d585ce55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 148 additions and 4 deletions
mobile/test

View file

@ -0,0 +1,4 @@
import 'package:mocktail/mocktail.dart';
import 'package:openapi/api.dart';
class MockAssetsApi extends Mock implements AssetsApi {}