mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -1077,7 +1077,7 @@ public func channelStatsController(context: AccountContext, updatedPresentationD
|
||||
}
|
||||
controller.visibleBottomContentOffsetChanged = { offset in
|
||||
let state = stateValue.with { $0 }
|
||||
if case let .known(value) = offset, value < 100.0, case .boosts = state.section, state.boostersExpanded {
|
||||
if case let .known(value) = offset, value < 510.0, case .boosts = state.section, state.boostersExpanded {
|
||||
boostsContext.loadMore()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user