mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-08 17:57:01 +00:00
Update MainActivity.kt
This commit is contained in:
parent
ea9168d2a1
commit
e0afa5ec8e
|
@ -109,6 +109,10 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|||
ThemeHelper.SYSTEM_BAR_ALPHA
|
||||
)
|
||||
)
|
||||
updateManager = UpdateManager(this)
|
||||
updateManager.checkForUpdates()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
val navHostFragment =
|
||||
|
|
Loading…
Reference in a new issue