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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user