Disable interactivePopGestureRecognizer for room list #2460
Annotations
10 warnings
SwiftLint:
NextcloudTalk/ChatViewControllerExtension.swift#L25
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewControllerExtension.swift#L27
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewControllerExtension.swift#L31
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewControllerExtension.swift#L33
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L2462
Todo Violation: TODOs should be resolved (There should be a better place...) (todo)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L2876
Todo Violation: TODOs should be resolved (Take padding into account) (todo)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L755
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L2528
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/PollResultsDetailsViewController.swift#L49
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/BaseChatTableViewCell.swift#L264
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|