mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2987 Widgets | Non valid object (#1740)
This commit is contained in:
parent
b3e96476fd
commit
b19f8765c3
16 changed files with 42 additions and 15 deletions
|
@ -189,7 +189,7 @@ class BillingClientLifecycle(
|
|||
Timber.d("onProductDetailsResponse: ${productDetailsList.size} product(s)")
|
||||
processProductDetails(productDetailsList)
|
||||
} else {
|
||||
Timber.e("onProductDetailsResponse: ${billingResult.responseCode}")
|
||||
Timber.w("onProductDetailsResponse: ${billingResult.responseCode}")
|
||||
_builderSubProductWithProductDetails.value =
|
||||
BillingClientState.Error("onProductDetailsResponse: ${billingResult.responseCode}")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue