mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-04 23:01:27 +00:00
Update MainActivity.kt
This commit is contained in:
parent
ee31ec923c
commit
f3c0a79682
|
@ -63,7 +63,8 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|||
override var themeId: Int = 0
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
UpdateManager.checkAndInstallUpdate(this, downloadUrl)
|
||||
val updateManager = UpdateManager(this)
|
||||
updateManager.checkForUpdates()
|
||||
val splashScreen = installSplashScreen()
|
||||
splashScreen.setKeepOnScreenCondition { !DirectoryInitialization.areDirectoriesReady }
|
||||
|
||||
|
|
Loading…
Reference in a new issue