fix text display error with video in the same chat

This commit is contained in:
Danmei Chen 2021-07-30 11:45:29 +02:00 committed by DanmeiChen
parent 8eda10d770
commit 09d0867807

View file

@ -167,7 +167,7 @@
return;
}
if (_messageText && ![LinphoneManager getMessageAppDataForKey:@"localvideo" inMessage:_message]) {
if (_messageText) {
[_messageText setHidden:FALSE];
/* We need to use an attributed string here so that data detector don't mess
* with the text style. See http://stackoverflow.com/a/20669356 */