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) {
|
private fun showNoUpdateAvailableMessage(context: Context) {
|
||||||
Toast.makeText(
|
Toast.makeText(
|
||||||
context,
|
context,
|
||||||
"您的应用已经是最新版本。",
|
"您的应用已经是最新版本。",
|
||||||
Toast.LENGTH_SHORT
|
Toast.LENGTH_SHORT
|
||||||
).show()
|
).show()
|
||||||
|
|
Loading…
Reference in a new issue