Update MainActivity.kt

This commit is contained in:
MNCHL 2023-12-03 13:20:14 +08:00 committed by GitHub
parent ea9168d2a1
commit e0afa5ec8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,10 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
ThemeHelper.SYSTEM_BAR_ALPHA
)
)
updateManager = UpdateManager(this)
updateManager.checkForUpdates()
}
}
}
val navHostFragment =