Преглед на файлове

yes, I was using tabs in a private project…

Tobias Conradi преди 10 години
родител
ревизия
ef2b0ea284
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Sources/VLCPlaybackController.m

+ 2 - 2
Sources/VLCPlaybackController.m

@@ -385,8 +385,8 @@
     if ([self.delegate respondsToSelector:@selector(presentingViewControllerShouldBeClosed:)])
         [self.delegate presentingViewControllerShouldBeClosed:self];
 
-	[MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
-	[self unsubscribeFromRemoteCommand];
+    [MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo = nil;
+    [self unsubscribeFromRemoteCommand];
 }
 
 - (void)_savePlaybackState