Add search icon in room header

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2022-01-16 18:18:33 +05:30
parent 48a701ef87
commit f3615117d8
4 changed files with 22 additions and 9 deletions

View file

@ -23,10 +23,10 @@ export function selectRoom(roomId, eventId) {
});
}
export function toggleRoomSettings(roomId) {
export function toggleRoomSettings(tabText) {
appDispatcher.dispatch({
type: cons.actions.navigation.TOGGLE_ROOM_SETTINGS,
roomId,
tabText,
});
}