Don't screen sharing icon to mobile, fixes #338
This commit is contained in:
@@ -230,6 +230,7 @@ const ButtonControlBar = (props) =>
|
||||
}
|
||||
</Fab>
|
||||
</Tooltip>
|
||||
{ me.browser.platform !== 'mobile' &&
|
||||
<Tooltip title={screenTip} placement={smallScreen ? 'top' : 'right'}>
|
||||
<Fab
|
||||
aria-label={intl.formatMessage({
|
||||
@@ -258,6 +259,7 @@ const ButtonControlBar = (props) =>
|
||||
}
|
||||
</Fab>
|
||||
</Tooltip>
|
||||
}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user