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

@ -34,12 +34,16 @@ Item
Component.onCompleted:
{
toolBar.state = "CONTACTSVIEW"
toolBar.searchBtnCb = toggleSearchBox
refreshAll()
}
onFocusChanged: focus && refreshAll()
function changeState ()
{
toolBar.state = "CONTACTSVIEW"
toolBar.searchBtnCb = toggleSearchBox
}
WorkerScript
{
id: contactsSortWorker