diff --git a/submodules/Postbox/Sources/ChatListViewState.swift b/submodules/Postbox/Sources/ChatListViewState.swift index b7fed21b6f..917cfb560e 100644 --- a/submodules/Postbox/Sources/ChatListViewState.swift +++ b/submodules/Postbox/Sources/ChatListViewState.swift @@ -804,9 +804,7 @@ private final class ChatListViewSpaceState { } } - if hadRemovals { - self.fillSpace(postbox: postbox) - } + self.fillSpace(postbox: postbox) self.checkEntries(postbox: postbox) self.checkReplayEntries(postbox: postbox)