mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Report viewer error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user