fix(mobile): Fix minor issues with downloading assets ()

* improve download asset

* fix: download motion photos on ios

---------

Co-authored-by: dvbthien <dvbthien@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
dvbthien 2024-10-21 00:56:02 +07:00 committed by GitHub
parent 62e55f3db9
commit ee0130a58b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 119 additions and 57 deletions
mobile/lib

View file

@ -83,7 +83,7 @@ Future<void> initApp() async {
};
PlatformDispatcher.instance.onError = (error, stack) {
debugPrint("FlutterError - Catch all: $error");
debugPrint("FlutterError - Catch all: $error \n $stack");
log.severe('PlatformDispatcher - Catch all', error, stack);
return true;
};