mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 11:46:58 +02:00
Remove clips to bounds for text views inside bubbles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user