mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-05 12:53:28 +00:00
Merge pull request #28 from MNCHL/MNCHL-patch-29
Update MainActivity.kt
This commit is contained in:
commit
83fd0fdf5b
|
@ -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