Explorar el Código

remove implicit self

Carola Nitz hace 7 años
padre
commit
5eaae08358
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Sources/VLCMovieViewController.m

+ 1 - 1
Sources/VLCMovieViewController.m

@@ -1746,7 +1746,7 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
         if (item) {
             [strongSelf showOnDisplay:strongSelf->_playingExternalView.displayView];
         } else {
-            [strongSelf removedCurrentRendererItem:_vpc.renderer];
+            [strongSelf removedCurrentRendererItem:strongSelf->_vpc.renderer];
         }
     }];
 }