Remove unused :core:analytics dependencies (#3381)

This commit is contained in:
Phil Oliver 2025-10-07 15:35:44 -04:00 committed by GitHub
parent 633c1f6010
commit 83531eeba9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 18 additions and 15 deletions

View file

@ -157,7 +157,7 @@ fun MainScreen(uIViewModel: UIViewModel = hiltViewModel(), scanModel: BTScanMode
}
}
uIViewModel.addNavigationTrackingEffect(navController)
uIViewModel.AddNavigationTrackingEffect(navController)
VersionChecks(uIViewModel)
val alertDialogState by uIViewModel.currentAlert.collectAsStateWithLifecycle()