Skip to content

Commit 4ffddae

Browse files
committed
Fix crash in my profile resize.
1 parent 309e3f8 commit 4ffddae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Telegram/SourceFiles/info/stories/info_stories_inner_widget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ void InnerWidget::setupTop() {
291291
}
292292

293293
void InnerWidget::startTop() {
294+
_albumsTabs = nullptr;
295+
_albumsWrap = nullptr;
294296
_top.create(this);
295297
_top->show();
296298
_topHeight = _top->heightValue();

0 commit comments

Comments
 (0)