Merge pull request #12218 from MrPetovan/bug/frion-search-items

[frio] Improve search list display for web and mobile
This commit is contained in:
Tobias Diekershoff
2022-11-20 08:14:42 +01:00
committed by GitHub
3 changed files with 295 additions and 268 deletions

View File

@@ -526,7 +526,7 @@ class Conversation
$live_update_div = '<div id="live-search"></div>' . "\r\n";
}
$page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid;
$page_dropping = $this->session->getLocalUserId() && $this->session->getLocalUserId() == $uid && $mode != 'search';
if (!$update) {
$_SESSION['return_path'] = $this->args->getQueryString();