mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Revert navitem change
This commit is contained in:
parent
9302003c30
commit
b18f6366c7
1 changed files with 0 additions and 1 deletions
|
|
@ -266,7 +266,6 @@ export function RoomNavItem({
|
||||||
if (room.isCallRoom() && activeCallRoomId !== room.roomId) {
|
if (room.isCallRoom() && activeCallRoomId !== room.roomId) {
|
||||||
hangUp();
|
hangUp();
|
||||||
setActiveCallRoomId(room.roomId);
|
setActiveCallRoomId(room.roomId);
|
||||||
setViewedCallRoomId(room.roomId);
|
|
||||||
if (mx.getRoom(viewedRoomId)?.isCallRoom()) {
|
if (mx.getRoom(viewedRoomId)?.isCallRoom()) {
|
||||||
navigateRoom(room.roomId);
|
navigateRoom(room.roomId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue