mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-10 13:57:12 +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
|
ThemeHelper.SYSTEM_BAR_ALPHA
|
||||||
)
|
)
|
||||||
)
|
updateManager = UpdateManager(this)
|
||||||
updateManager = UpdateManager(this)
|
updateManager.checkForUpdates()
|
||||||
updateManager.checkForUpdates()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
val navHostFragment =
|
val navHostFragment =
|
||||||
|
|
Loading…
Reference in a new issue