Show two hardcoded filters in Ui.

This commit is contained in:
John Preston
2020-02-07 15:34:05 +04:00
parent 71f7aae948
commit 2f1ee6f1fa
15 changed files with 179 additions and 105 deletions
@@ -678,10 +678,6 @@ void Widget::escape() {
}
}
void Widget::notify_historyMuteUpdated(History *history) {
_inner->notify_historyMuteUpdated(history);
}
void Widget::refreshLoadMoreButton(bool mayBlock, bool isBlocked) {
if (!mayBlock) {
_loadMoreChats.destroy();