Change toolbar label on chat view opened with the name of remote

This commit is contained in:
Angela Mazzurco 2017-06-08 16:21:33 +02:00
parent 69ed518555
commit 4a90436e8e
3 changed files with 30 additions and 2 deletions

View file

@ -94,6 +94,11 @@ Item {
}
Component.onCompleted: {
toolBar.state = "CHATVIEW"
toolBar.titleText = model.author_name
}
function getMessageTime(){
var timeFormat = "hh:mm";