Fix crash in my profile resize.

This commit is contained in:
John Preston
2026-01-06 11:50:00 +04:00
parent 309e3f804d
commit 4ffddae162
@@ -291,6 +291,8 @@ void InnerWidget::setupTop() {
}
void InnerWidget::startTop() {
_albumsTabs = nullptr;
_albumsWrap = nullptr;
_top.create(this);
_top->show();
_topHeight = _top->heightValue();