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:
SBiOSoftWhare
2019-02-04 15:49:49 +01:00
parent fc1e4b7633
commit b044b90ebc
5 changed files with 22 additions and 8 deletions
@@ -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;
}