Report viewer error

This commit is contained in:
M66B
2022-01-16 08:43:56 +01:00
parent b0036cad60
commit 4d3634b5ed
12 changed files with 68 additions and 92 deletions

View File

@@ -300,9 +300,8 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
private void onActionShare() {
try {
context.startActivity(share);
} catch (ActivityNotFoundException ex) {
Log.w(ex);
Helper.reportNoViewer(context, share);
} catch (Throwable ex) {
Helper.reportNoViewer(context, share, ex);
}
}