mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Call toolbar change state when pop stackview
This commit is contained in:
parent
d19950f0df
commit
80cc1b4520
3 changed files with 16 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue