This commit is contained in:
Isaac 2026-02-13 17:08:48 +04:00
parent 2a317d87d2
commit 157a7a978d
20 changed files with 419 additions and 33 deletions

View file

@ -738,6 +738,13 @@ public protocol CustomViewControllerNavigationDataSummary: AnyObject {
open func tabBarItemContextAction(sourceView: ContextExtractedContentContainingView, gesture: ContextGesture) {
}
open func tabBarItemHasDoubleTapAction() -> Bool {
return false
}
open func tabBarItemPerformDoubleTapAction() {
}
open func tabBarDisabledAction() {
}