[PR #239] [MERGED] Fix #197 app logged off when closed #8519

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/239
Author: @alextran1502
Created: 6/21/2022
Status: Merged
Merged: 6/21/2022
Merged by: @alextran1502

Base: mainHead: fix-#197-app-logged-off-when-closed


📝 Commits (2)

  • 04a8e01 Fixed issue with app logging off after closing
  • 97a4230 Change version to reflect minor change

📊 Changes

9 files changed (+113 additions, -20 deletions)

View changed files

📝 mobile/ios/fastlane/Fastfile (+1 -1)
📝 mobile/lib/constants/hive_box.dart (+8 -9)
📝 mobile/lib/modules/home/ui/profile_drawer.dart (+3 -1)
📝 mobile/lib/modules/login/ui/login_form.dart (+1 -1)
📝 mobile/lib/routing/router.dart (+5 -2)
📝 mobile/lib/routing/router.gr.dart (+21 -4)
📝 mobile/lib/shared/services/network.service.dart (+1 -1)
mobile/lib/shared/views/splash_screen.dart (+72 -0)
📝 mobile/pubspec.yaml (+1 -1)

📄 Description

No description provided


🔄 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/239 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 6/21/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-#197-app-logged-off-when-closed` --- ### 📝 Commits (2) - [`04a8e01`](https://github.com/immich-app/immich/commit/04a8e017f818e72a68ddcb78e480e2c9ba5815ef) Fixed issue with app logging off after closing - [`97a4230`](https://github.com/immich-app/immich/commit/97a423018d5cc456d01029c4da9c21c24d851a4a) Change version to reflect minor change ### 📊 Changes **9 files changed** (+113 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `mobile/ios/fastlane/Fastfile` (+1 -1) 📝 `mobile/lib/constants/hive_box.dart` (+8 -9) 📝 `mobile/lib/modules/home/ui/profile_drawer.dart` (+3 -1) 📝 `mobile/lib/modules/login/ui/login_form.dart` (+1 -1) 📝 `mobile/lib/routing/router.dart` (+5 -2) 📝 `mobile/lib/routing/router.gr.dart` (+21 -4) 📝 `mobile/lib/shared/services/network.service.dart` (+1 -1) ➕ `mobile/lib/shared/views/splash_screen.dart` (+72 -0) 📝 `mobile/pubspec.yaml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:48:41 +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#8519