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 5f71094 commit 32c7ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/fdroid/java/eu/faircode/email/ActivityBilling.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public void onQueryPurchasesResponse(@NonNull BillingResult result, @NonNull Lis
private void onPurchaseError(Intent intent) {
String message = intent.getStringExtra("message");
boolean play = Helper.hasPlayStore(this);
Uri uri = Helper.getSupportUri(this);
Uri uri = Helper.getSupportUri(this, "Purchase:error");
if (!TextUtils.isEmpty(message))
uri = uri
.buildUpon()
Expand Down

0 comments on commit 32c7ee6

Please sign in to comment.