This commit is contained in:
Ali
2023-07-21 19:58:19 +04:00
parent 9dd2e07b95
commit a11401b352
21 changed files with 417 additions and 78 deletions

View File

@@ -3601,6 +3601,8 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
} else {
strongSelf.view.accessibilityCustomActions = nil
}
strongSelf.avatarTapRecognizer?.isEnabled = item.interaction.inlineNavigationLocation == nil
}
})
}