mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Change *[Fast|Animated] to anim::type in SlideWrap.
This commit is contained in:
@@ -244,7 +244,7 @@ rpl::producer<bool> MultiLineTracker::atLeastOneShownValue() const {
|
||||
auto shown = std::vector<rpl::producer<bool>>();
|
||||
shown.reserve(_widgets.size());
|
||||
for (auto &widget : _widgets) {
|
||||
shown.push_back(widget->shownValue());
|
||||
shown.push_back(widget->toggledValue());
|
||||
}
|
||||
return rpl::combine(
|
||||
std::move(shown),
|
||||
|
Reference in New Issue
Block a user