fix: 表情字符错误
This commit is contained in:
parent
ae64b19125
commit
5f63a3ff71
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue