mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-05 16:53:23 +00:00
Merge pull request #22 from MNCHL/MNCHL-patch-23
Update UpdateManager.kt
This commit is contained in:
commit
535bd6c064
|
@ -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