mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Search Bar: BF: Do not update the home search if we are hiding the search bar
This commit is contained in:
@@ -317,7 +317,10 @@
|
||||
{
|
||||
[super setSelectedIndex:selectedIndex];
|
||||
|
||||
[self updateSearch];
|
||||
if (!self.searchBarHidden)
|
||||
{
|
||||
[self updateSearch];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - Internal methods
|
||||
|
||||
Reference in New Issue
Block a user