mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 23:47:44 +02:00
Public rooms search: Fixed bad animation when selecting a room with the keyboard open
This commit is contained in:
@@ -271,6 +271,9 @@
|
|||||||
|
|
||||||
- (void)selectRoomWithId:(NSString*)roomId inMatrixSession:(MXSession*)matrixSession
|
- (void)selectRoomWithId:(NSString*)roomId inMatrixSession:(MXSession*)matrixSession
|
||||||
{
|
{
|
||||||
|
// Force hiding the keyboard
|
||||||
|
[searchBar resignFirstResponder];
|
||||||
|
|
||||||
if (_selectedRoomId && [_selectedRoomId isEqualToString:roomId]
|
if (_selectedRoomId && [_selectedRoomId isEqualToString:roomId]
|
||||||
&& _selectedRoomSession && _selectedRoomSession == matrixSession)
|
&& _selectedRoomSession && _selectedRoomSession == matrixSession)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user