From 7e9fc4aa9710fc8c5d68031aceeae0eac1d6de54 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Oct 2023 13:23:41 -0500 Subject: [PATCH] fix(mobile): remove debug description text --- mobile/ios/Podfile.lock | 2 +- mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mobile/ios/Podfile.lock b/mobile/ios/Podfile.lock index 75168ce1c9..c6c23d942a 100644 --- a/mobile/ios/Podfile.lock +++ b/mobile/ios/Podfile.lock @@ -169,4 +169,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart b/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart index 10682510ab..7a02c96b20 100644 --- a/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart +++ b/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart @@ -376,7 +376,6 @@ class ExifBottomSheet extends HookConsumerWidget { child: CircularProgressIndicator.adaptive(), ), ), - Text(exifInfo?.description ?? ""), const SizedBox(height: 8.0), buildLocation(), SizedBox(height: hasCoordinates(exifInfo) ? 16.0 : 0.0),