Skip to content

Commit 6d60e4c

Browse files
committed
(ios): Fix incorrect view height from the second open time
1 parent d5fba78 commit 6d60e4c

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)