mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-27 01:08:26 +00:00
Fix build
This commit is contained in:
@@ -67,7 +67,7 @@ private final class PeerInfoScreenSwitchItemNode: PeerInfoScreenItemNode {
|
||||
return false
|
||||
}
|
||||
let value = !strongSelf.switchNode.isOn
|
||||
item.toggled(value)
|
||||
item.toggled?(value)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user