afonsotrepa / PocketGopher

Gopher browser for android written in java
The Unlicense
46 stars 9 forks source link

Fix ActivityNotFound crash on local HTML files #16

Open jnlon opened 4 years ago

jnlon commented 4 years ago

This PR catches a possible ActivityNotFound exception when attempting to view html files from a gopher menu. This would occur if no browser on the system could view file:// URLs. With this patch instead of crashing a toast is shown with the exception information.