mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Improved DeepL error reporting
This commit is contained in:
@@ -6732,7 +6732,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
tvText.setText(ex.toString());
|
||||
Throwable exex = new Throwable("DeepL", ex);
|
||||
ToastEx.makeText(context, Log.formatThrowable(exex), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}.execute(FragmentDialogTranslate.this, args, "paragraph:translate");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user