no message

This commit is contained in:
Peter
2018-07-21 21:31:48 +03:00
parent 01ba13b13b
commit 07fc80ef3a
206 changed files with 4804 additions and 5342 deletions

View File

@@ -212,7 +212,7 @@ class CallListCallItemNode: ItemListRevealOptionsItemNode {
self.typeIconNode.displaysAsynchronously = false
self.infoButtonNode = HighlightableButtonNode()
self.infoButtonNode.hitTestSlop = UIEdgeInsets(top: 4.0, left: 4.0, bottom: 4.0, right: 4.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)