mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Log unexpected errors
This commit is contained in:
@@ -236,7 +236,6 @@ public class ActivityBilling extends ActivityBase implements PurchasesUpdatedLis
|
||||
view.setData(Uri.parse(BuildConfig.PRO_FEATURES_URI + "?challenge=" + getChallenge(this)));
|
||||
Helper.view(this, view);
|
||||
} catch (NoSuchAlgorithmException ex) {
|
||||
Log.e(ex);
|
||||
Helper.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user