Skip to content

Commit

Permalink
Return Kickoff to Favorites page after running a search
Browse files Browse the repository at this point in the history
  • Loading branch information
flipwise authored Feb 10, 2019
1 parent 553cc74 commit 523da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/FullRepresentation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Item {

function switchToInitial() {
if (firstButton != null) {
root.state = "Normal";
mainTabGroup.currentTab = firstButton.tab;
tabBar.currentTab = firstButton;
header.query = ""
header.state = "hint";
root.state = "Normal";
}
}

Expand Down

0 comments on commit 523da36

Please sign in to comment.