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
8a253e9877
commit
537adc61e6
|
@ -108,11 +108,11 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|||
),
|
||||
ThemeHelper.SYSTEM_BAR_ALPHA
|
||||
)
|
||||
)
|
||||
updateManager = UpdateManager(this)
|
||||
updateManager.checkForUpdates()
|
||||
updateManager = UpdateManager(this)
|
||||
updateManager.checkForUpdates()
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
val navHostFragment =
|
||||
|
|
Loading…
Reference in a new issue