mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-07 15:43:24 +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) {
|
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