From bc9f5773fbd336ceb7101a2bfe46259afd201aaf Mon Sep 17 00:00:00 2001 From: Calin Chitu Date: Fri, 30 Jul 2021 16:26:07 +0300 Subject: [PATCH] feat(participants-pane) changed to standard header --- lang/main.json | 1 + .../components/native/ParticipantsPane.js | 20 ++++------------ .../components/native/styles.js | 24 ------------------- 3 files changed, 6 insertions(+), 39 deletions(-) diff --git a/lang/main.json b/lang/main.json index 56871ddac..b6cc52a44 100644 --- a/lang/main.json +++ b/lang/main.json @@ -592,6 +592,7 @@ }, "participantsPane": { "close": "Close", + "header": "Participants", "headings": { "lobby": "Lobby ({{count}})", "participantsList": "Meeting participants ({{count}})", diff --git a/react/features/participants-pane/components/native/ParticipantsPane.js b/react/features/participants-pane/components/native/ParticipantsPane.js index 76e53562c..e4735faa5 100644 --- a/react/features/participants-pane/components/native/ParticipantsPane.js +++ b/react/features/participants-pane/components/native/ParticipantsPane.js @@ -7,7 +7,7 @@ import { Button } from 'react-native-paper'; import { useDispatch, useSelector } from 'react-redux'; import { openDialog } from '../../../base/dialog'; -import { Icon, IconClose, IconHorizontalPoints } from '../../../base/icons'; +import { Icon, IconHorizontalPoints } from '../../../base/icons'; import { JitsiModal } from '../../../base/modal'; import { getParticipantCount, @@ -40,21 +40,11 @@ const ParticipantsPane = () => { return ( - -