Fixed crash in window resizing when layer is opened.

Regression was introduced in 26f1ade5ba.
This commit is contained in:
23rd 2019-03-04 00:03:31 +03:00 committed by John Preston
parent e70465c633
commit e880c14d61
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void SectionWidget::init() {
_content->contentChanged(
) | rpl::start_with_next([=] {
_connecting->raise();
}, _content->lifetime());
}, _connecting->lifetime());
}
Dialogs::RowDescriptor SectionWidget::activeChat() const {