fix chat cell not work

This commit is contained in:
Danmei Chen 2021-02-08 14:41:10 +01:00
parent 5a30382991
commit 9dd1e92821
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@
chatTableView = VIEW(ChatConversationView).tableController;
videoDefaultSize = CGSizeMake(320, 240);
assetIsLoaded = FALSE;
self.contentView.userInteractionEnabled = NO;
}
return self;
}

View file

@ -57,6 +57,7 @@
//[_imdmLabel addGestureRecognizer:resendRecognizer2];
//_imdmLabel.userInteractionEnabled = YES;
self.contentView.userInteractionEnabled = NO;
return self;
}