mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-30 18:02:56 +00:00
Update LobbyView.tsx
This commit is contained in:
@@ -93,7 +93,7 @@ export const LobbyView: FC<Props> = ({
|
||||
const { t } = useTranslation();
|
||||
usePageTitle(matrixInfo.roomName);
|
||||
|
||||
useAppBarHidden(hideHeader);
|
||||
useAppBarHidden(false);
|
||||
useAppBarTitle(matrixInfo.roomName);
|
||||
useAppBarPrimaryButtonIcon(ArrowLeftIcon);
|
||||
const audioEnabled = useBehavior(muteStates.audio.enabled$);
|
||||
|
||||
Reference in New Issue
Block a user