Call toolbar change state when pop stackview

This commit is contained in:
Angela Mazzurco 2017-07-04 15:51:03 +02:00
parent d19950f0df
commit 80cc1b4520
3 changed files with 16 additions and 10 deletions

View file

@ -58,12 +58,16 @@ Item
Component.onCompleted:
{
refreshData()
}
onFocusChanged: focus && refreshData()
function changeState ()
{
toolBar.state = "CHATVIEW"
gxsInfo= ChatCache.lastMessageCache.getGxsFromChatId(chatView.chatId)
toolBar.titleText = gxsInfo.name
toolBar.loaderSource = userHash
}
onFocusChanged: focus && refreshData()
Component
{