fix: 表情字符错误

This commit is contained in:
Super12138 2025-08-05 17:49:55 +08:00
parent ae64b19125
commit 5f63a3ff71
2 changed files with 3 additions and 3 deletions

View file

@ -37,8 +37,8 @@ android {
applicationId = "cn.super12138.todo"
minSdk = 24
targetSdk = 36
versionCode = 787
versionName = "2.3.2"
versionCode = 789
versionName = "2.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View file

@ -81,7 +81,7 @@ fun SettingsAbout(
if ((System.currentTimeMillis() % 2) == 0.toLong()) {
Toast.makeText(context, "🍨", Toast.LENGTH_SHORT).show()
} else {
Toast.makeText(context, "", Toast.LENGTH_SHORT).show()
Toast.makeText(context, "", Toast.LENGTH_SHORT).show()
}
clickCount = 0
}