UI Improvements

This commit is contained in:
Ali
2020-03-27 17:49:45 +04:00
parent 1979be1f85
commit b8c46f069f
27 changed files with 3360 additions and 3147 deletions

View File

@@ -248,7 +248,7 @@ private final class TabBarNodeContainer {
updateSelectedImage(value)
}
imageNode.containerNode.activated = { [weak self] gesture in
imageNode.containerNode.activated = { [weak self] gesture, _ in
guard let strongSelf = self else {
return
}