mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Fix vector-im/element-ios/issues/6004 - Reset home filters when switching tabs.
This commit is contained in:
committed by
Stefan Ceriu
parent
72f72142ed
commit
e7ea79c2cb
@@ -112,6 +112,10 @@
|
||||
{
|
||||
// Take the lead on the shared data source.
|
||||
[recentsDataSource setDelegate:self andRecentsDataSourceMode:RecentsDataSourceModeHome];
|
||||
|
||||
// Reset filtering on the shared data source when switching tabs
|
||||
[self searchBarCancelButtonClicked:self.recentsSearchBar];
|
||||
[self.recentsSearchBar setText:nil];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user