mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Glass
This commit is contained in:
parent
2a317d87d2
commit
157a7a978d
20 changed files with 419 additions and 33 deletions
|
|
@ -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() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue