Fixed results not showing when using the search button as apposed to search as type!

This commit is contained in:
Philip Ridout 2017-02-18 08:10:17 +00:00
parent 162c178d6e
commit 1d377e42cb
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ class BibleMediaItem(MediaManagerItem):
self.on_text_search(text, True)
elif VALID_TEXT_SEARCH.search(text):
self.on_text_search(text)
self.display_results()
def on_search_edit_text_changed(self):
"""