瀏覽代碼

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