Skip to content

Commit 91ebdf2

Browse files
authored
Merge pull request apache#738 from lazydan/master
(ios): Fix incorrect view height from the second open time
2 parents ab8fb44 + 6d60e4c commit 91ebdf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ios/CDVWKInAppBrowser.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ - (void)close
10711071
// Run later to avoid the "took a long time" log message.
10721072
dispatch_async(dispatch_get_main_queue(), ^{
10731073
isExiting = TRUE;
1074+
lastReducedStatusBarHeight = 0.0;
10741075
if ([weakSelf respondsToSelector:@selector(presentingViewController)]) {
10751076
[[weakSelf presentingViewController] dismissViewControllerAnimated:YES completion:nil];
10761077
} else {

0 commit comments

Comments
 (0)