Skip to content

Fix crash on cold start for custom scheme deep links#7

Merged
anandbaburajan merged 2 commits into
mainfrom
join_album_web
Nov 25, 2025
Merged

Fix crash on cold start for custom scheme deep links#7
anandbaburajan merged 2 commits into
mainfrom
join_album_web

Conversation

@anandbaburajan

Copy link
Copy Markdown
Member

Pull Request Description ⛓️

Fix NullPointerException when app is opened via custom scheme URLs (like ente://) which don't have a MIME type. Added null check for type before calling getResolvedContent.

@anandbaburajan anandbaburajan marked this pull request as ready for review November 25, 2025 11:26
@anandbaburajan anandbaburajan merged commit 324f8fb into main Nov 25, 2025
1 of 2 checks passed
anandbaburajan added a commit to ente/ente that referenced this pull request Nov 27, 2025
Adds support for joining public albums via deep links from web. On
Android, handles ente:// custom scheme deep links triggered by the web
"Join Album" button. iOS continues to use Universal Links (https://).
When a logged-in user opens a link with action=join,
SharedPublicCollectionPage shows a join dialog and navigates to the
joined collection on confirmation.

Related change: ente/media_extension#7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant