Compare commits

..

2 Commits

Author SHA1 Message Date
ZhanGSKen
dc8dcc35dd <contacts>APK 1.0.21 release Publish. 2025-03-19 11:09:14 +08:00
ZhanGSKen
80c00a86b0 修正联系人信息提示语法问题。 2025-03-19 11:08:12 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Mar 19 08:51:20 HKT 2025
stageCount=21
#Wed Mar 19 11:09:14 HKT 2025
stageCount=22
libraryProject=
baseVersion=1.0
publishVersion=1.0.20
publishVersion=1.0.21
buildCount=0
baseBetaVersion=1.0.21
baseBetaVersion=1.0.22

View File

@@ -55,7 +55,7 @@ public class ContactUtils {
public String getContactsName(String phone) {
String result = contactMap.get(formatToSimplePhoneNumber(phone));
return result == null ? "[NoInContacts]" : result;
return result == null ? "[NotInContacts]" : result;
}
// static String getSimplePhone(String phone) {