Merge pull request #22 from MNCHL/MNCHL-patch-23

Update UpdateManager.kt
This commit is contained in:
MNCHL 2023-12-26 21:23:05 +08:00 committed by GitHub
commit 535bd6c064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()