mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-08 17:57:01 +00:00
commit
36b5836099
|
@ -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