1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Source sync

This commit is contained in:
M66B 2022-05-15 10:45:54 +02:00
parent 5f71094943
commit 32c7ee66a4

View file

@ -295,7 +295,7 @@ public class ActivityBilling extends ActivityBase implements
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()