mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 14:55:44 +00:00
chore: fix wrong sound id used in timeline
This commit is contained in:
parent
1bc3fa1c97
commit
49aae68097
@ -85,8 +85,8 @@ ScrollView {
|
||||
chatsModel.sendMessage(msg, "", Utils.isOnlyEmoji(msg) ? Constants.emojiType : Constants.messageType, true, "");
|
||||
statusUpdateInput.textInput.text = "";
|
||||
if(event) event.accepted = true
|
||||
statusUpdateInput.messageSound.stop()
|
||||
Qt.callLater(statusUpdateInput.messageSound.play);
|
||||
sendMessageSound.stop()
|
||||
Qt.callLater(sendMessageSound.play);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user