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

Force animation unload in inline results.

Fixes #7335.
This commit is contained in:
John Preston
2020-03-16 17:38:36 +04:00
parent 9823615a84
commit 7b51383b3b
5 changed files with 20 additions and 4 deletions

View File

@@ -442,6 +442,7 @@ void GifsListWidget::processPanelHideFinished() {
if (const auto result = item->getResult()) {
result->unload();
}
item->unloadAnimation();
};
// Preserve panel state through visibility toggles.
//clearInlineRows(false);