mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 01:56:23 +00:00
fix(Chat): hide remote composing when chat is not activated
This commit is contained in:
parent
17f6c0a5c1
commit
c8d6bdc257
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function getComponentFromEntry (chatEntry) {
|
|||
}
|
||||
|
||||
function getIsComposingMessage () {
|
||||
if (!container.proxyModel.isRemoteComposing) {
|
||||
if (!container.proxyModel.isRemoteComposing || !Linphone.SettingsModel.chatEnabled) {
|
||||
return ''
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue