mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Remove facades module.
This commit is contained in:
@@ -143,7 +143,9 @@ void SectionWidget::setGeometryWithTopMoved(
|
||||
void SectionWidget::showAnimated(
|
||||
SlideDirection direction,
|
||||
const SectionSlideParams ¶ms) {
|
||||
if (_showAnimation) return;
|
||||
if (_showAnimation) {
|
||||
return;
|
||||
}
|
||||
|
||||
showChildren();
|
||||
auto myContentCache = grabForShowAnimation(params);
|
||||
|
Reference in New Issue
Block a user