Added comment

This commit is contained in:
M66B 2024-04-09 11:47:35 +02:00
parent cfc2e27270
commit 64ad1c90dc
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ public class ActivityBilling extends ActivityBase implements
return "USER_CANCELED";
case BillingClient.BillingResponseCode.NETWORK_ERROR:
// A network error occurred during the operation
return "NETWORK_ERROR";
default: