This commit is contained in:
Isaac
2025-09-18 14:15:51 +04:00
parent 202274073f
commit d3a3ea008d
8 changed files with 218 additions and 87 deletions

View File

@@ -697,7 +697,7 @@ public protocol CustomViewControllerNavigationDataSummary: AnyObject {
open var tabBarItemContextActionType: TabBarItemContextActionType = .none
open func tabBarItemContextAction(sourceNode: ContextExtractedContentContainingNode, gesture: ContextGesture) {
open func tabBarItemContextAction(sourceView: ContextExtractedContentContainingView, gesture: ContextGesture) {
}
open func tabBarDisabledAction() {