mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-04 22:25:58 +00:00
Fixed crash in window resizing when layer is opened.
Regression was introduced in 26f1ade5ba
.
This commit is contained in:
parent
e70465c633
commit
e880c14d61
@ -53,7 +53,7 @@ void SectionWidget::init() {
|
||||
_content->contentChanged(
|
||||
) | rpl::start_with_next([=] {
|
||||
_connecting->raise();
|
||||
}, _content->lifetime());
|
||||
}, _connecting->lifetime());
|
||||
}
|
||||
|
||||
Dialogs::RowDescriptor SectionWidget::activeChat() const {
|
||||
|
Loading…
Reference in New Issue
Block a user