Reload section if total number of rooms changes, fixes #5448

This commit is contained in:
ismailgulek
2022-02-02 16:43:52 +03:00
parent de6d2a2fad
commit f86ff9dccc
6 changed files with 66 additions and 15 deletions
@@ -214,7 +214,7 @@ public class MockRecentsListService: NSObject, RecentsListServiceProtocol {
}
private func notifyDataChange() {
multicastDelegate.invoke({ $0.recentsListServiceDidChangeData?(self) })
multicastDelegate.invoke({ $0.recentsListServiceDidChangeData?(self, totalCountsChanged: true) })
}
}