Auto commit (MindMachine) Wed Apr 15 08:01:02 PM CDT 2026
This commit is contained in:
@@ -158,9 +158,8 @@ class MainActivity : ComponentActivity() {
|
||||
onNoAdsEntitlementChanged = { hasNoAds ->
|
||||
lifecycleScope.launch { settingsRepo.updateNoAds(hasNoAds) }
|
||||
},
|
||||
)
|
||||
).also { it.start() }
|
||||
}
|
||||
|
||||
private val vm: MainViewModel by viewModels {
|
||||
MainViewModel.Factory(
|
||||
settingsRepo,
|
||||
|
||||
@@ -48,7 +48,7 @@ class BillingManager(
|
||||
.build()
|
||||
|
||||
fun start() {
|
||||
log("BillingManager.start()")
|
||||
log("BillingManager.start() - isReady=${billingClient.isReady}")
|
||||
if (billingClient.isReady) {
|
||||
log("Billing client already ready")
|
||||
refresh()
|
||||
|
||||
Reference in New Issue
Block a user