mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fixed crash in window resizing when layer is opened.
Regression was introduced in 26f1ade5ba
.
This commit is contained in:
parent
e70465c633
commit
e880c14d61
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue