You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correctly set the `listenerHandlerObject` object when it was previously always equal to Kotlin.Unit due to the order the statements within the catch statement.
* Cast to PurchasingListener? since it is a optional type.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/core/internal/purchases/impl/TrackAmazonPurchase.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,18 +69,18 @@ internal class TrackAmazonPurchase(
69
69
try {
70
70
// 2.0.1
71
71
val listenerHandlerClass =Class.forName("com.amazon.device.iap.internal.d")
0 commit comments