mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Support search in feed + scroll to search result.
This commit is contained in:
@@ -2184,6 +2184,9 @@ void MainWidget::showSection(
|
||||
if (_mainSection && _mainSection->showInternal(
|
||||
&memento,
|
||||
params)) {
|
||||
if (const auto entry = _mainSection->activeChat(); entry.key) {
|
||||
_controller->setActiveChatEntry(entry);
|
||||
}
|
||||
return;
|
||||
//
|
||||
// Now third section handles only its own showSection() requests.
|
||||
|
Reference in New Issue
Block a user