Auto commit (MindMachine) Wed Apr 15 08:01:02 PM CDT 2026

This commit is contained in:
Tretzi
2026-04-15 20:01:02 -05:00
parent 3cbefd67b5
commit 0fff8c141b
3 changed files with 3 additions and 4 deletions

View File

@@ -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,

View File

@@ -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()