Remove clips to bounds for text views inside bubbles

This commit is contained in:
Alfonso Grillo
2022-10-19 14:43:03 +02:00
parent f55bc20c82
commit cb56b12021
@@ -237,6 +237,7 @@ static BOOL _disableLongPressGestureOnEvent;
[tapGesture setDelegate:self];
[self.messageTextView addGestureRecognizer:tapGesture];
self.messageTextView.userInteractionEnabled = YES;
self.messageTextView.clipsToBounds = NO;
// Recognise and make tappable phone numbers, address, etc.
self.messageTextView.dataDetectorTypes = UIDataDetectorTypeAll;