Skip to content

Commit

Permalink
remove deprecated status bar hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasforth committed May 19, 2015
1 parent 4d97b5c commit 4bd0d51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ios/MS4Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ - (void)openScanner:(CDVInvokedUrlCommand*)command
// Make the webview transparent so the camera is visible below it
self.webView.backgroundColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:0];
self.webView.opaque = NO;

[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];

CDVPluginResult* pluginResult = nil;

Expand Down

0 comments on commit 4bd0d51

Please sign in to comment.