Last active
December 22, 2020 15:10
-
-
Save AmitaiB/6491dbd12de896e515bc65b77cd35d7a to your computer and use it in GitHub Desktop.
Revisions
-
AmitaiB revised this gist
Dec 22, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ func onConnected(to device: JWCastingDevice) { DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) { self.castController.cast() } } -
AmitaiB created this gist
Dec 22, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ func onConnected(to device: JWCastingDevice) { DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) { castController.cast() } }