mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Change *[Fast|Animated] to anim::type in FadeWrap.
This commit is contained in:
@@ -2752,7 +2752,7 @@ void MainWidget::showMediaOverview(PeerData *peer, MediaOverviewType type, bool
|
||||
} else {
|
||||
_overview->fastShow();
|
||||
}
|
||||
_history->finishAnimation();
|
||||
_history->finishAnimating();
|
||||
if (back) {
|
||||
clearBotStartToken(_history->peer());
|
||||
}
|
||||
@@ -3018,7 +3018,7 @@ void MainWidget::showNewSection(
|
||||
}
|
||||
_mainSection = std::move(newMainSection);
|
||||
updateControlsGeometry();
|
||||
_history->finishAnimation();
|
||||
_history->finishAnimating();
|
||||
_history->showHistory(0, 0);
|
||||
_history->hide();
|
||||
if (Adaptive::OneColumn()) _dialogs->hide();
|
||||
|
Reference in New Issue
Block a user