Skip to content

Commit

Permalink
Source sync
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 15, 2022
1 parent dce0fda commit 0646092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/amazon/java/eu/faircode/email/ActivityBilling.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private void onPurchaseConsume(Intent intent) {

private void onPurchaseError(Intent intent) {
String message = intent.getStringExtra("message");
Uri uri = Helper.getSupportUri(this);
Uri uri = Helper.getSupportUri(this, "Purchase:error");
if (!TextUtils.isEmpty(message))
uri = uri.buildUpon().appendQueryParameter("message", "IAB: " + message).build();
Helper.view(this, uri, true);
Expand Down

0 comments on commit 0646092

Please sign in to comment.