mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(mobile): remove debug description text
This commit is contained in:
parent
e57c926676
commit
7e9fc4aa97
2 changed files with 1 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue