Update MainActivity.kt

This commit is contained in:
MNCHL 2023-12-03 16:42:54 +08:00 committed by GitHub
parent 8a253e9877
commit 537adc61e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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