jellyfin-android icon indicating copy to clipboard operation
jellyfin-android copied to clipboard

Fix broken external links

Open AllegraCodes opened this issue 9 months ago • 8 comments

Changes Links in metadata would open in the app and lock it up. I override the function shouldOverrideUrlLoading to launch external links with the system. External links are defined as those that aren't intercepted by shouldInterceptRequest and don't contain the server hostname.

Issues Fixes #984

AllegraCodes avatar May 22 '24 17:05 AllegraCodes