2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

HistoryHider moved to Window namespace.

This commit is contained in:
John Preston
2018-11-26 18:01:29 +04:00
parent 59ecf375b0
commit 0b619e50ba
8 changed files with 288 additions and 416 deletions

View File

@@ -2513,7 +2513,7 @@ bool DialogsInner::chooseRow() {
if (IsServerMsgId(chosen.message.fullId.msg)) {
Local::saveRecentSearchHashtags(_filter);
}
const auto openSearchResult = !App::main()->selectingPeer(true)
const auto openSearchResult = !App::main()->selectingPeer()
&& (_state == State::Filtered)
&& base::in_range(_filteredSelected, 0, _filterResults.size());
if (const auto history = chosen.key.history()) {