[PR #725] [MERGED] fix(mobile): app crash when there is no object detection result on search page #8740

Closed
opened 2026-02-05 13:52:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/725
Author: @alextran1502
Created: 9/19/2022
Status: Merged
Merged: 9/19/2022
Merged by: @alextran1502

Base: mainHead: fix/app-crash-when-no-data-for-things


📝 Commits (3)

  • ed35198 fix(mobile): app crash when there is no data for object detection
  • 6be2ec0 Up version for release
  • 0d448e7 Up version for release

📊 Changes

7 files changed (+14 additions, -14 deletions)

View changed files

📝 mobile/android/fastlane/Fastfile (+2 -2)
mobile/android/fastlane/metadata/android/en-US/changelogs/44.txt (+1 -0)
📝 mobile/android/fastlane/report.xml (+3 -3)
📝 mobile/ios/fastlane/Fastfile (+1 -1)
📝 mobile/lib/modules/search/views/search_page.dart (+4 -5)
📝 mobile/pubspec.yaml (+1 -1)
📝 server/apps/immich/src/constants/server_version.constant.ts (+2 -2)

📄 Description

  • fix(mobile): app crash when there is no data for object detection #723

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/725 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/19/2022 **Status:** ✅ Merged **Merged:** 9/19/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/app-crash-when-no-data-for-things` --- ### 📝 Commits (3) - [`ed35198`](https://github.com/immich-app/immich/commit/ed3519875dd9c689a2250ed7e66dd043243f0937) fix(mobile): app crash when there is no data for object detection - [`6be2ec0`](https://github.com/immich-app/immich/commit/6be2ec09a2827d5bce6ba19f84ea4b819a080dad) Up version for release - [`0d448e7`](https://github.com/immich-app/immich/commit/0d448e7cc80db5b19874e215a59d8c9814a8e077) Up version for release ### 📊 Changes **7 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `mobile/android/fastlane/Fastfile` (+2 -2) ➕ `mobile/android/fastlane/metadata/android/en-US/changelogs/44.txt` (+1 -0) 📝 `mobile/android/fastlane/report.xml` (+3 -3) 📝 `mobile/ios/fastlane/Fastfile` (+1 -1) 📝 `mobile/lib/modules/search/views/search_page.dart` (+4 -5) 📝 `mobile/pubspec.yaml` (+1 -1) 📝 `server/apps/immich/src/constants/server_version.constant.ts` (+2 -2) </details> ### 📄 Description - fix(mobile): app crash when there is no data for object detection #723 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8740