[BUG] Mobile - No filename show weird empty spacing #1119

Closed
opened 2026-02-05 00:31:20 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ddshd on GitHub (Jul 17, 2023).

The bug

When there is no/empty filename there is this weird spacing in the bottom sheet..

image

My suggestion is to add a placeholder text if the fileName is empty...

c8f1a15f21/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart (L205)

              asset.fileName.isEmpty ? "-" : asset.fileName,

The OS that Immich Server is running on

iOS

Version of Immich Server

v1.57.0

Version of Immich Mobile App

v1.67.2

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

n/a

Your .env content

n/a

Reproduction steps

- Open an image on the mobile device where it is unable to obtain the filename, usually a local image. The default images on the iOS simulator are good examples.
- Tap the info button and see the spacing issue in the filename

Additional information

No response

Originally created by @ddshd on GitHub (Jul 17, 2023). ### The bug When there is no/empty filename there is this weird spacing in the bottom sheet.. ![image](https://github.com/immich-app/immich/assets/17243132/3143e650-0292-4147-85ab-879c9472e206) My suggestion is to add a placeholder text if the `fileName` is empty... https://github.com/immich-app/immich/blob/c8f1a15f21e11d9eda0af652d7c5dca947b962f3/mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart#L205 ``` asset.fileName.isEmpty ? "-" : asset.fileName, ``` ### The OS that Immich Server is running on iOS ### Version of Immich Server v1.57.0 ### Version of Immich Mobile App v1.67.2 ### Platform with the issue - [ ] Server - [ ] Web - [X] Mobile ### Your docker-compose.yml content ```YAML n/a ``` ### Your .env content ```Shell n/a ``` ### Reproduction steps ```bash - Open an image on the mobile device where it is unable to obtain the filename, usually a local image. The default images on the iOS simulator are good examples. - Tap the info button and see the spacing issue in the filename ``` ### Additional information _No response_
OVERLORD added the 📱mobile label 2026-02-05 00:31:20 +03:00
Author
Owner

@alextran1502 commented on GitHub (Oct 5, 2023):

Fixed

@alextran1502 commented on GitHub (Oct 5, 2023): Fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1119