Skip to content

Guard the off-site link launch in the radar view#21

Open
jim-daf wants to merge 1 commit into
dh4:masterfrom
jim-daf:fix-webview-link-crash
Open

Guard the off-site link launch in the radar view#21
jim-daf wants to merge 1 commit into
dh4:masterfrom
jim-daf:fix-webview-link-crash

Conversation

@jim-daf

@jim-daf jim-daf commented Jun 4, 2026

Copy link
Copy Markdown

This wraps the off-site link launch in the full radar view so the app no longer crashes when nothing can open the link.

Before, an off-site URL was passed to startActivity directly, which throws ActivityNotFoundException on a device with no handler. With this change the link still opens when a handler exists, and otherwise the exception is caught and a short message is shown.

Closes #20.

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.

Tapping an off-site link in the full radar view can crash the app

1 participant