|
@@ -437,6 +437,7 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
|
|
VLCPlaybackController *vpc = [VLCPlaybackController sharedInstance];
|
|
VLCPlaybackController *vpc = [VLCPlaybackController sharedInstance];
|
|
vpc.videoOutputView = self.movieView;
|
|
vpc.videoOutputView = self.movieView;
|
|
vpc.delegate = self;
|
|
vpc.delegate = self;
|
|
|
|
+ [vpc recoverPlaybackState];
|
|
|
|
|
|
[self setControlsHidden:NO animated:YES];
|
|
[self setControlsHidden:NO animated:YES];
|
|
}
|
|
}
|
|
@@ -445,7 +446,9 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
|
|
{
|
|
{
|
|
[super viewDidAppear:animated];
|
|
[super viewDidAppear:animated];
|
|
_viewAppeared = YES;
|
|
_viewAppeared = YES;
|
|
- [[VLCPlaybackController sharedInstance] recoverDisplayedMetadata];
|
|
|
|
|
|
+
|
|
|
|
+ VLCPlaybackController *vpc = [VLCPlaybackController sharedInstance];
|
|
|
|
+ [vpc recoverDisplayedMetadata];
|
|
}
|
|
}
|
|
|
|
|
|
- (void)viewWillLayoutSubviews
|
|
- (void)viewWillLayoutSubviews
|