feat(HelpButton): Mobile support.

This commit is contained in:
Hristo Terezov
2019-10-14 07:35:39 -07:00
parent f295f60bea
commit 0a06e256b7
10 changed files with 97 additions and 51 deletions
@@ -17,6 +17,7 @@ import { ClosedCaptionButton } from '../../../subtitles';
import { TileViewButton } from '../../../video-layout';
import AudioOnlyButton from './AudioOnlyButton';
import HelpButton from '../HelpButton';
import RaiseHandButton from './RaiseHandButton';
import ToggleCameraButton from './ToggleCameraButton';
@@ -110,6 +111,7 @@ class OverflowMenu extends Component<Props> {
}
<RaiseHandButton { ...buttonProps } />
<SharedDocumentButton { ...buttonProps } />
<HelpButton { ...buttonProps } />
</BottomSheet>
);
}