mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix item ordering
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user