immich
immich copied to clipboard
fix(mobile): consider manual upload when darkening screen
Changes:
I noticed the manual upload was not considered in the current logic. Added a simple check to also apply the mechanism to the manual uploads/backups (hopefully the last change for this functionality :D )
Usually, for manual upload, I don't expect the user to leave the phone open for long. So I don't think we need this mechanism here, to keep the logic simple
Usually, for manual upload, I don't expect the user to leave the phone open for long. So I don't think we need this mechanism here, to keep the logic simple
I see your point, just thought it would be more consistent and a bit less confusing to the user as the behaviour on the backup page would be the same then.
But your call in the end 👍
Closing this PR per the previous comment. Thanks for opening it