[RN] Fix duplicated notifications (#3479)

pull/3423/head jitsi-meet_3354
Zoltan Bettenbuk 7 years ago committed by Любомир Маринов
parent 8c23d43a3a
commit 8adc8a090a
  1. 2
      react/features/conference/components/Conference.native.js

@ -336,8 +336,6 @@ class Conference extends Component<Props> {
{
this._renderConferenceNotification()
}
<NotificationsContainer />
</Container>
);
}

Loading…
Cancel
Save