Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Apr 12, 2012
1 parent d8195de commit 879ce2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiMediaVideoPlayerProxy.m
Expand Up @@ -871,7 +871,7 @@ -(void)handleThumbnailImageRequestFinishNotification:(NSNotification*)note
}
}

-(void)resizeRootView:(id)unused
-(void)resizeRootView
{
TiThreadPerformOnMainThread(^{
[[[TiApp app] controller] resizeViewForStatusBarHidden];
Expand Down Expand Up @@ -905,7 +905,7 @@ -(void)handleFullscreenExitNotification:(NSNotification*)note
}
[[UIApplication sharedApplication] setStatusBarHidden:statusBarWasHidden];

[self performSelector:@selector(resizeRootView:) withObject:nil afterDelay:0.3];
[self performSelector:@selector(resizeRootView) withObject:nil afterDelay:[[UIApplication sharedApplication] statusBarOrientationAnimationDuration]];
}

-(void)handleSourceTypeNotification:(NSNotification*)note
Expand Down

0 comments on commit 879ce2f

Please sign in to comment.