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
commit 70ea419fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();