Version 6.3.2: Fix build with GCC.

This commit is contained in:
John Preston
2025-11-20 22:34:12 +04:00
parent b412241d25
commit 7204c3c25d
8 changed files with 23 additions and 33 deletions

View File

@@ -210,11 +210,6 @@ void FlexibleScrollHelper::setupScrollHandling() {
}
void FlexibleScrollHelper::setupScrollHandlingWithFilter() {
const auto heightDiff = [=] {
return _pinnedToTop->maximumHeight()
- _pinnedToTop->minimumHeight();
};
rpl::combine(
_pinnedToTop->heightValue(),
_inner->heightValue()
@@ -363,4 +358,4 @@ void FlexibleScrollHelper::applyScrollToPinnedLayout(int scrollCurrent) {
std::max(current + minimumHeight, 0));
}
} // namespace Info
} // namespace Info