Skip to content

Commit 95812fe

Browse files
committed
Code review
1 parent a04c612 commit 95812fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InAppBrowser.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function setup() {
8787
}
8888
} catch (error) {
8989
reject(new Error("Unable to open url."));
90-
this.close();
90+
this.flowDidFinish();
9191
log(`InAppBrowser: ${error}`);
9292
return;
9393
}

0 commit comments

Comments
 (0)