mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-06 14:53:12 +00:00
Update UpdateManager.kt
This commit is contained in:
parent
d76ca96efa
commit
09bf7588be
|
@ -87,7 +87,7 @@ object UpdateManager {
|
|||
|
||||
private fun showNoUpdateAvailableMessage(context: Context) {
|
||||
Toast.makeText(
|
||||
context,
|
||||
context,
|
||||
"您的应用已经是最新版本。",
|
||||
Toast.LENGTH_SHORT
|
||||
).show()
|
||||
|
|
Loading…
Reference in a new issue