mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix
This commit is contained in:
parent
f21d2ccd84
commit
cd6aae0186
@ -100,7 +100,9 @@ static NSString *encodeText(NSString *string, int key) {
|
|||||||
|
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
{
|
{
|
||||||
|
if (_eventInteraction != nil) {
|
||||||
[self.eventView removeInteraction:_eventInteraction];
|
[self.eventView removeInteraction:_eventInteraction];
|
||||||
|
}
|
||||||
|
|
||||||
self.enabled = false;
|
self.enabled = false;
|
||||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user