2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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

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 {