mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Rooms global search: Refresh the current search results when view will appear
This commit is contained in:
@@ -159,6 +159,12 @@
|
||||
// so viewDidLayoutSubviews will refresh the layout bounds.
|
||||
[self.view.layer addSublayer:tableViewMaskLayer];
|
||||
}
|
||||
|
||||
// Refresh the search results if a search in in progress
|
||||
if (!self.searchBarHidden)
|
||||
{
|
||||
[self updateSearch];
|
||||
}
|
||||
|
||||
// Add new room button programatically
|
||||
if (!createNewRoomImageView)
|
||||
|
||||
Reference in New Issue
Block a user