Skip to content

Commit

Permalink
Clears the delegate in close().
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway committed Sep 20, 2024
1 parent 54ce099 commit cc4f72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public actual class Purchases private constructor(private val iosPurchases: IosP
}

public actual fun close() {
iosPurchases.setDelegate(null)
delegate = null
}

public actual fun getCustomerInfo(
Expand Down

0 comments on commit cc4f72b

Please sign in to comment.