mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
graph zoom request bug fix [skip ci]
This commit is contained in:
@@ -135,7 +135,7 @@ public class BaseLinesChartController: BaseChartController {
|
||||
}
|
||||
|
||||
public override func didTapZoomIn(date: Date, pointIndex: Int) {
|
||||
guard isZoomed == false else { return }
|
||||
guard !isZoomed, isZoomable else { return }
|
||||
|
||||
setDetailsViewModel?(chartDetailsViewModel(closestDate: date, pointIndex: pointIndex, loading: true), false, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user