mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Conditionally sanitize exceptions
This commit is contained in:
@@ -332,7 +332,7 @@ abstract class ActivityBilling extends ActivityBase implements PurchasesUpdatedL
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
Toast.makeText(this, Helper.formatThrowable(ex), Toast.LENGTH_LONG).show();
|
||||
Toast.makeText(this, Helper.formatThrowable(ex, false), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
editor.apply();
|
||||
|
||||
Reference in New Issue
Block a user