mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix crash when switching two columns at once.
This commit is contained in:
@@ -3613,6 +3613,7 @@ void MainWidget::updateThirdColumnToCurrentPeer(
|
||||
if (!_stack.empty() && _thirdSection) {
|
||||
_stack.back()->setThirdSectionMemento(
|
||||
_thirdSection->createMemento());
|
||||
_thirdSection.destroy();
|
||||
}
|
||||
};
|
||||
auto params = Window::SectionShow(
|
||||
|
Reference in New Issue
Block a user