Update UpdateManager.kt

This commit is contained in:
MNCHL 2023-12-26 21:22:53 +08:00 committed by GitHub
parent d76ca96efa
commit 09bf7588be
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) {
Toast.makeText(
context,
context,
"您的应用已经是最新版本。",
Toast.LENGTH_SHORT
).show()