mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Skip reporting IAB canceled
This commit is contained in:
parent
120d27145d
commit
1123e158bc
1 changed files with 3 additions and 2 deletions
|
@ -515,8 +515,9 @@ public class ActivityBilling extends ActivityBase implements PurchasesUpdatedLis
|
|||
|
||||
EntityLog.log(this, message);
|
||||
|
||||
for (IBillingListener listener : listeners)
|
||||
listener.onError(message);
|
||||
if (result.getResponseCode() != BillingClient.BillingResponseCode.USER_CANCELED)
|
||||
for (IBillingListener listener : listeners)
|
||||
listener.onError(message);
|
||||
}
|
||||
|
||||
private static String getBillingResponseText(BillingResult result) {
|
||||
|
|
Loading…
Reference in a new issue