mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 03:42:30 +00:00
[RN] Group the secondary toobar buttons
Rearrange the ToolbarButtons in the secondary Toolbar in order to mostly group the media-related ones such as the AudioRouteButton, the switchCamera button, and the audio-only mode button.
This commit is contained in:
@@ -47,8 +47,9 @@ class ToolbarButton extends AbstractToolbarButton {
|
||||
return React.createElement(TouchableHighlight, props, children);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line valid-jsdoc
|
||||
/**
|
||||
* Renders the icon of this {@code ToolbarButton}.
|
||||
*
|
||||
* @inheritdoc
|
||||
*/
|
||||
_renderIcon() {
|
||||
|
||||
Reference in New Issue
Block a user