mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-11 05:45:48 +00:00
* fix: jump to quoted message in search and content filter
When tapping a quoted message during search or content filter,
scrollToItem bailed out silently instead of navigating to the message.
Load around the target without search/filter params using
openAroundItemId, which closes search/filter and positions at the
target.
Fixes the overly broad guard added in 219381f9 (#5315).
* remove logs
---------
Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>