mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Chart fixes
This commit is contained in:
@@ -97,7 +97,7 @@ public class BaseChartController: ChartThemeContainer {
|
||||
fatalError("Abstract")
|
||||
}
|
||||
|
||||
public func chartInteractionDidBegin(point: CGPoint) {
|
||||
public func chartInteractionDidBegin(point: CGPoint, manual: Bool = true) {
|
||||
fatalError("Abstract")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user