mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed overlapping emoji suggestions in Replies section.
This commit is contained in:
parent
cba0ebce6e
commit
2de0b79b4e
1 changed files with 4 additions and 1 deletions
|
@ -1015,8 +1015,11 @@ void ComposeControls::init() {
|
|||
}, _wrap->lifetime());
|
||||
|
||||
_header->visibleChanged(
|
||||
) | rpl::start_with_next([=] {
|
||||
) | rpl::start_with_next([=](bool shown) {
|
||||
updateHeight();
|
||||
if (shown) {
|
||||
raisePanels();
|
||||
}
|
||||
}, _wrap->lifetime());
|
||||
|
||||
sendContentRequests(
|
||||
|
|
Loading…
Add table
Reference in a new issue