Merge pull request #2514 from robintown/mobile-layouts
Improve the layouts on small mobile calls
This commit is contained in:
@@ -295,7 +295,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
ref,
|
||||
) {
|
||||
const spotlightExpanded = useObservableEagerState(vm.spotlightExpanded);
|
||||
const [onToggleExpanded] = useObservableEagerState(
|
||||
const onToggleExpanded = useObservableEagerState(
|
||||
vm.toggleSpotlightExpanded,
|
||||
);
|
||||
const showSpeakingIndicatorsValue = useObservableEagerState(
|
||||
|
||||
Reference in New Issue
Block a user