no message

This commit is contained in:
Peter
2018-08-31 04:26:44 +03:00
parent ab261ecbc7
commit 368a96b291
305 changed files with 11745 additions and 5307 deletions

View File

@@ -212,7 +212,7 @@ class CallListCallItemNode: ItemListRevealOptionsItemNode {
self.typeIconNode.displaysAsynchronously = false
self.infoButtonNode = HighlightableButtonNode()
self.infoButtonNode.hitTestSlop = UIEdgeInsets(top: 6.0, left: 6.0, bottom: 6.0, right: 10.0)
self.infoButtonNode.hitTestSlop = UIEdgeInsets(top: -6.0, left: -6.0, bottom: -6.0, right: -10.0)
super.init(layerBacked: false, dynamicBounce: false, rotated: false, seeThrough: false)
@@ -640,7 +640,7 @@ class CallListCallItemNode: ItemListRevealOptionsItemNode {
}
}
override func revealOptionSelected(_ option: ItemListRevealOption) {
override func revealOptionSelected(_ option: ItemListRevealOption, animated: Bool) {
self.setRevealOptionsOpened(false, animated: true)
self.revealOptionsInteractivelyClosed()
if let item = self.layoutParams?.0 {