Browse Source

fix(mobile): remove debug description text

Alex 1 year ago
parent
commit
7e9fc4aa97

+ 1 - 1
mobile/ios/Podfile.lock

@@ -169,4 +169,4 @@ SPEC CHECKSUMS:
 
 
 PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382
 PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382
 
 
-COCOAPODS: 1.11.3
+COCOAPODS: 1.12.1

+ 0 - 1
mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart

@@ -376,7 +376,6 @@ class ExifBottomSheet extends HookConsumerWidget {
                         child: CircularProgressIndicator.adaptive(),
                         child: CircularProgressIndicator.adaptive(),
                       ),
                       ),
                     ),
                     ),
-                    Text(exifInfo?.description ?? ""),
                     const SizedBox(height: 8.0),
                     const SizedBox(height: 8.0),
                     buildLocation(),
                     buildLocation(),
                     SizedBox(height: hasCoordinates(exifInfo) ? 16.0 : 0.0),
                     SizedBox(height: hasCoordinates(exifInfo) ? 16.0 : 0.0),