mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix text display error with video in the same chat
This commit is contained in:
parent
8eda10d770
commit
09d0867807
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue