Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PhoneManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yang
PhoneManager
Commits
4b92a5f0
Commit
4b92a5f0
authored
May 06, 2025
by
CZ1004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】小改动
parent
56bb9c9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CustomContactDupTableViewCell.swift
...ion/Contact/View/Cell/CustomContactDupTableViewCell.swift
+1
-1
No files found.
PhoneManager/Class/Session/Contact/View/Cell/CustomContactDupTableViewCell.swift
View file @
4b92a5f0
...
@@ -104,7 +104,7 @@ extension CustomContactDupTableViewCell {
...
@@ -104,7 +104,7 @@ extension CustomContactDupTableViewCell {
func
getPhoneNumberString
(
photoNumbers
:
[
String
])
->
String
{
func
getPhoneNumberString
(
photoNumbers
:
[
String
])
->
String
{
var
tempNumbers
=
photoNumbers
let
tempNumbers
=
photoNumbers
let
nonEmptyStrings
=
tempNumbers
.
filter
{
!
$0
.
isEmpty
}
let
nonEmptyStrings
=
tempNumbers
.
filter
{
!
$0
.
isEmpty
}
if
nonEmptyStrings
.
count
<=
0
{
if
nonEmptyStrings
.
count
<=
0
{
return
""
return
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment