mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
Search result display: Fixed stupid room blank screen bug
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
|
||||
// Live timeline or timeline from a search result?
|
||||
MXKRoomDataSource *roomDataSource;
|
||||
if (searchViewController.selectedEvent)
|
||||
if (!searchViewController.selectedEvent)
|
||||
{
|
||||
// LIVE: Show the room live timeline managed by MXKRoomDataSourceManager
|
||||
MXKRoomDataSourceManager *roomDataSourceManager = [MXKRoomDataSourceManager sharedManagerForMatrixSession:_selectedRoomSession];
|
||||
|
||||
Reference in New Issue
Block a user