Skip to content

Commit ba5c199

Browse files
committed
fix(fc/iap): remove connect() on init{} and wait for activity resume to fire
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 6f06437 commit ba5c199

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

services/flipchat/chat/src/main/kotlin/xyz/flipchat/services/billing/GooglePlayBillingClient.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ class GooglePlayBillingClient(
7878
)
7979
.build()
8080

81-
init {
82-
connect()
83-
}
84-
8581
private val productDetails = mutableMapOf<String, ProductDetails>()
8682
private val purchases = mutableMapOf<String, Int>()
8783

0 commit comments

Comments
 (0)