mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix forum & topics notification settings
This commit is contained in:
@@ -265,7 +265,7 @@ private final class ContextControllerActionsListActionItemNode: HighlightTrackin
|
||||
textColor: titleColor)
|
||||
}
|
||||
|
||||
self.titleLabelNode.isUserInteractionEnabled = self.titleLabelNode.tapAttributeAction != nil
|
||||
self.titleLabelNode.isUserInteractionEnabled = self.titleLabelNode.tapAttributeAction != nil && self.item.action == nil
|
||||
|
||||
self.subtitleNode.attributedText = subtitle.flatMap { subtitle in
|
||||
return NSAttributedString(
|
||||
|
||||
Reference in New Issue
Block a user