mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Show full error for OAuth
This commit is contained in:
@@ -678,7 +678,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||
if (ex instanceof IllegalArgumentException)
|
||||
tvError.setText(ex.getMessage());
|
||||
else
|
||||
tvError.setText(Log.formatThrowable(ex));
|
||||
tvError.setText(Log.formatThrowable(ex, false));
|
||||
|
||||
grpError.setVisibility(View.VISIBLE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user