mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
iPad trackpad and key shortcuts improvements
This commit is contained in:
@@ -1325,8 +1325,9 @@ public final class SparseItemGrid: ASDisplayNode {
|
||||
}
|
||||
}
|
||||
|
||||
public init(theme: PresentationTheme) {
|
||||
public init(theme: PresentationTheme, initialZoomLevel: ZoomLevel? = nil) {
|
||||
self.theme = theme
|
||||
self.initialZoomLevel = initialZoomLevel
|
||||
|
||||
self.scrollingArea = SparseItemGridScrollingArea()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user