Log unexpected errors

This commit is contained in:
M66B
2019-09-20 14:35:26 +02:00
parent 91dba221f6
commit 7b7b7a4189
6 changed files with 4 additions and 9 deletions

View File

@@ -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);
}
}