mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
1c3f4ccdb4
commit
e8e4d69da8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue