Added logging

This commit is contained in:
M66B 2019-02-19 16:14:07 +00:00
parent 1c3f4ccdb4
commit e8e4d69da8
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ public class Helper {
try {
customTabsIntent.launchUrl(context, uri);
} catch (ActivityNotFoundException ex) {
Log.w(ex);
Toast.makeText(context, context.getString(R.string.title_no_viewer, uri.toString()), Toast.LENGTH_LONG).show();
} catch (Throwable ex) {
Log.e(ex);