diff --git a/components/search/SearchResults.brs b/components/search/SearchResults.brs index 7f3fb8d3..823fde09 100644 --- a/components/search/SearchResults.brs +++ b/components/search/SearchResults.brs @@ -1,2 +1,3 @@ sub init() + m.top.optionsAvailable = false end sub \ No newline at end of file diff --git a/source/Main.brs b/source/Main.brs index 10d51421..8698b6fe 100644 --- a/source/Main.brs +++ b/source/Main.brs @@ -301,7 +301,8 @@ sub Main() group.lastFocus = group.focusedChild group.setFocus(false) group.visible = false - + m.overhang.showOptions = false + m.scene.unobserveField("optionsPressed") group = CreateSearchPage() m.scene.appendChild(group) m.overhang.title = group.overhangTitle