diff --git a/submodules/SettingsUI/Sources/Privacy and Security/BlockedPeersController.swift b/submodules/SettingsUI/Sources/Privacy and Security/BlockedPeersController.swift index 2b10cb8354..ee99ace770 100644 --- a/submodules/SettingsUI/Sources/Privacy and Security/BlockedPeersController.swift +++ b/submodules/SettingsUI/Sources/Privacy and Security/BlockedPeersController.swift @@ -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 {