mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Source sync
This commit is contained in:
parent
5f71094943
commit
32c7ee66a4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue