|
@@ -66,9 +66,7 @@ extension LNUserSearchViewController {
|
|
|
if nextTag?.isEmpty != false {
|
|
if nextTag?.isEmpty != false {
|
|
|
curList = list
|
|
curList = list
|
|
|
} else {
|
|
} else {
|
|
|
- curList.append(contentsOf: list.filter({ item in
|
|
|
|
|
- !self.curList.contains { $0.userNo == item.userNo }
|
|
|
|
|
- }))
|
|
|
|
|
|
|
+ curList.append(contentsOf: list)
|
|
|
}
|
|
}
|
|
|
nextTag = next
|
|
nextTag = next
|
|
|
|
|
|