Skip to content

Commit

Permalink
hack: remove statusbar_height to fix notch issue in iphonex
Browse files Browse the repository at this point in the history
  • Loading branch information
Andythurlow committed Dec 5, 2019
1 parent 9a15737 commit 87857d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/CDVInAppBrowserNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one

#import "CDVInAppBrowserNavigationController.h"

#define STATUSBAR_HEIGHT 20.0
#define STATUSBAR_HEIGHT 0.0

@implementation CDVInAppBrowserNavigationController : UINavigationController

Expand Down

0 comments on commit 87857d5

Please sign in to comment.