Skip to content

Commit

Permalink
Merge pull request #194 from cewert/master
Browse files Browse the repository at this point in the history
Disable options on search
  • Loading branch information
anthonylavado authored May 2, 2020
2 parents 5125580 + af0353a commit 25617df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/search/SearchResults.brs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sub init()
m.top.optionsAvailable = false
end sub
3 changes: 2 additions & 1 deletion source/Main.brs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25617df

Please sign in to comment.