mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Added comment
This commit is contained in:
parent
cfc2e27270
commit
64ad1c90dc
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ public class ActivityBilling extends ActivityBase implements
|
||||||
return "USER_CANCELED";
|
return "USER_CANCELED";
|
||||||
|
|
||||||
case BillingClient.BillingResponseCode.NETWORK_ERROR:
|
case BillingClient.BillingResponseCode.NETWORK_ERROR:
|
||||||
|
// A network error occurred during the operation
|
||||||
return "NETWORK_ERROR";
|
return "NETWORK_ERROR";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue