Various fixes

This commit is contained in:
Ilya Laktyushin
2022-04-14 03:20:29 +04:00
parent 97392afb9e
commit df2354e9bb
12 changed files with 93 additions and 79 deletions

View File

@@ -426,6 +426,7 @@ public final class NavigationButtonNode: ContextControllerSourceNode {
node.bold = false
node.isEnabled = true
node.node = nil
node.hitTestSlop = isBack ? UIEdgeInsets(top: 0.0, left: -20.0, bottom: 0.0, right: 0.0) : UIEdgeInsets()
if 1 < self.nodes.count {
for i in 1 ..< self.nodes.count {