-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The page for adding photos to the album cannot be navigated back using gestures #16409
Comments
I have taken a look at this. It happens becase of this line:
When going to the "add photo" page, it automatically selects the photos that are already in the album, so the condition above is never I'm not sure why this is the behavior... I would expect the selection to be empty and only select the "photos to add", not the photos already present in the album. |
…ted back using gestures immich-app#16409
I tried to manually handle it with Navigator.of(context).pop() and found that it can be solved. |
…ted back using gestures immich-app#16409
…ted back using gestures immich-app#16409
…ted back using gestures immich-app#16409
The bug
After updating to version 1.127, the album's add photo interface cannot be navigated back using gestures.
The OS that Immich Server is running on
ubuntu 22.04.4
Version of Immich Server
1.125.7
Version of Immich Mobile App
1.127.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
The gesture on the interface for selecting photos when creating a new album is normal. After the album is created, if the album is not empty, the gesture fails.
The text was updated successfully, but these errors were encountered: