Fix item ordering

This commit is contained in:
Peter
2019-10-11 16:20:04 +04:00
parent 57a8270c6b
commit 6ef163cf1d

View File

@@ -106,9 +106,9 @@ private enum BlockedPeersEntry: ItemListNodeEntry {
switch lhs {
case .add:
if case .add = rhs {
return true
} else {
return false
} else {
return true
}
case let .peerItem(index, _, _, _, _, _, _, _):
switch rhs {