mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat: update app to check for updates on app open
This commit is contained in:
@@ -158,7 +158,7 @@ class TvActivity : ComponentActivity() {
|
||||
}
|
||||
|
||||
LaunchedEffect(updateViewModel) {
|
||||
updateViewModel.checkForUpdates(showUpToDateMessage = false)
|
||||
updateViewModel.checkForUpdatesOnAppOpen()
|
||||
}
|
||||
|
||||
LaunchedEffect(updateViewModel, context) {
|
||||
|
||||
Reference in New Issue
Block a user