ソースを参照

[RN] Fix duplicated notifications (#3479)

master
Zoltan Bettenbuk 7年前
コミット
8adc8a090a
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      react/features/conference/components/Conference.native.js

+ 0
- 2
react/features/conference/components/Conference.native.js ファイルの表示

@@ -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
     }

読み込み中…
キャンセル
保存