mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-25 09:32:46 +00:00
Fix build
This commit is contained in:
parent
3942312152
commit
8f96ea06b6
@ -67,7 +67,7 @@ private final class PeerInfoScreenSwitchItemNode: PeerInfoScreenItemNode {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
let value = !strongSelf.switchNode.isOn
|
let value = !strongSelf.switchNode.isOn
|
||||||
item.toggled(value)
|
item.toggled?(value)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user