Bug Fix - Chat screen: tapping resend now does nothing

#510
This commit is contained in:
giomfo
2016-08-12 12:08:19 +02:00
parent d81c78c3b2
commit 57b1dce363
2 changed files with 5 additions and 3 deletions
@@ -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);
}