mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
@@ -162,6 +162,11 @@
|
||||
}
|
||||
self.iconImageView.userInteractionEnabled = NO;
|
||||
|
||||
while (self.gestureRecognizers.count)
|
||||
{
|
||||
[self removeGestureRecognizer:self.gestureRecognizers[0]];
|
||||
}
|
||||
|
||||
objc_removeAssociatedObjects(self.iconImageView);
|
||||
objc_removeAssociatedObjects(self.messageTextView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user