Search Bar: BF: Do not update the home search if we are hiding the search bar

This commit is contained in:
manuroe
2015-12-30 17:28:41 +01:00
parent 213aa8efaa
commit d0dacaa532
3 changed files with 19 additions and 2 deletions
+4 -1
View File
@@ -317,7 +317,10 @@
{
[super setSelectedIndex:selectedIndex];
[self updateSearch];
if (!self.searchBarHidden)
{
[self updateSearch];
}
}
#pragma mark - Internal methods