You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2020/07/23 11:50:36 UTC

[cordova-plugin-inappbrowser] branch master updated: (ios): Fix incorrect view height from the second open time

This is an automated email from the ASF dual-hosted git repository.

davealden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d60e4c  (ios): Fix incorrect view height from the second open time
     new 91ebdf2  Merge pull request #738 from lazydan/master
6d60e4c is described below

commit 6d60e4c6eb0b905a93d4bb343355d50f3b7003d8
Author: lazydan <da...@lazydan.com>
AuthorDate: Sat Jun 20 00:56:52 2020 +0800

    (ios): Fix incorrect view height from the second open time
---
 src/ios/CDVWKInAppBrowser.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ios/CDVWKInAppBrowser.m b/src/ios/CDVWKInAppBrowser.m
index 1ec2065..7db1afc 100644
--- a/src/ios/CDVWKInAppBrowser.m
+++ b/src/ios/CDVWKInAppBrowser.m
@@ -1071,6 +1071,7 @@ BOOL isExiting = FALSE;
     // Run later to avoid the "took a long time" log message.
     dispatch_async(dispatch_get_main_queue(), ^{
         isExiting = TRUE;
+        lastReducedStatusBarHeight = 0.0;
         if ([weakSelf respondsToSelector:@selector(presentingViewController)]) {
             [[weakSelf presentingViewController] dismissViewControllerAnimated:YES completion:nil];
         } else {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org