修正联系人信息提示语法问题。
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Wed Mar 19 08:51:20 HKT 2025 | ||||
| #Wed Mar 19 03:06:47 GMT 2025 | ||||
| stageCount=21 | ||||
| libraryProject= | ||||
| baseVersion=1.0 | ||||
| publishVersion=1.0.20 | ||||
| buildCount=0 | ||||
| buildCount=1 | ||||
| baseBetaVersion=1.0.21 | ||||
|   | ||||
| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen