mirror of https://github.com/procxx/kepka.git
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(
|
_content->contentChanged(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
_connecting->raise();
|
_connecting->raise();
|
||||||
}, _content->lifetime());
|
}, _connecting->lifetime());
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialogs::RowDescriptor SectionWidget::activeChat() const {
|
Dialogs::RowDescriptor SectionWidget::activeChat() const {
|
||||||
|
|
Loading…
Reference in New Issue