Fix crash when opening a URL with associated text (#699)

* Fix crash when opening a URL with associated text

* Enforce using an `Activity` instead of a `Context` in `SafeUriHandler`.
This commit is contained in:
Jorge Martin Espinosa 2023-06-28 11:19:39 +02:00 committed by GitHub
parent c5a5810c05
commit fe3deeec2f
5 changed files with 45 additions and 1 deletions

1
changelog.d/517.bugfix Normal file
View file

@ -0,0 +1 @@
Crash when clicking on a link with associated text.