mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
UI Improvements
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user