From 728d68dc6d95f69ba970c50f0dc0ce72f776039c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Mon, 6 Apr 2020 01:56:35 +0400 Subject: [PATCH] Request fillSpace every time --- submodules/Postbox/Sources/ChatListViewState.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)