Browse Source

[RN] Fix duplicated notifications (#3479)

master
Zoltan Bettenbuk 7 years ago
parent
commit
8adc8a090a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      react/features/conference/components/Conference.native.js

+ 0
- 2
react/features/conference/components/Conference.native.js View File

@@ -336,8 +336,6 @@ class Conference extends Component<Props> {
336 336
                 {
337 337
                     this._renderConferenceNotification()
338 338
                 }
339
-
340
-                <NotificationsContainer />
341 339
             </Container>
342 340
         );
343 341
     }

Loading…
Cancel
Save