From 4fabbb1ab6313e3bb4b891534260a2985da51adc Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Fri, 31 Jul 2020 16:45:09 +0200 Subject: [PATCH] Remove accidental double initialisation of mVideoDevice --- swift/HelloLinphone/HelloLinphone/ContentView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/swift/HelloLinphone/HelloLinphone/ContentView.swift b/swift/HelloLinphone/HelloLinphone/ContentView.swift index 28cca67..8286a79 100644 --- a/swift/HelloLinphone/HelloLinphone/ContentView.swift +++ b/swift/HelloLinphone/HelloLinphone/ContentView.swift @@ -117,8 +117,6 @@ class LinphoneTutorialContext : ObservableObject // Handle chat message reception mCore.addDelegate(delegate: mCoreChatDelegate) - - mVideoDevices = mCore.videoDevicesList }