From af0353a23fd7ec4054e7d0f748892466bbe38889 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Wed, 29 Apr 2020 19:55:51 -0400 Subject: [PATCH] Disable options on search --- components/search/SearchResults.brs | 1 + source/Main.brs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/search/SearchResults.brs b/components/search/SearchResults.brs index 7f3fb8d3a..823fde09a 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 10d514211..8698b6fe3 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