mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Enhance tap on room predecessor cell used to go back to the old version of the room (Fix issue #2179)
This commit is contained in:
@@ -42,6 +42,8 @@ static CGFloat const kCustomBackgroundCornerRadius = 5.0;
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
// Disable text selection and link interaction
|
||||
self.messageTextView.selectable = NO;
|
||||
self.customBackgroundView.layer.masksToBounds = YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user