Search selection fixes

This commit is contained in:
Ilya Laktyushin
2020-09-28 18:47:57 +04:00
parent 815b5b0082
commit cbdfd5ea55
3 changed files with 20 additions and 16 deletions

View File

@@ -125,7 +125,7 @@ final class ChatListSearchPaneContainerNode: ASDisplayNode, UIGestureRecognizerD
}
}
private var currentPanes: [ChatListSearchPaneKey: ChatListSearchPaneWrapper] = [:]
var currentPanes: [ChatListSearchPaneKey: ChatListSearchPaneWrapper] = [:]
private var pendingPanes: [ChatListSearchPaneKey: ChatListSearchPendingPane] = [:]
private var transitionFraction: CGFloat = 0.0