This commit is contained in:
Lorenzo Pichilli 2021-03-24 10:58:44 +01:00
parent 825cf3d88e
commit 522b34f2fa
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ class AndroidInAppBrowserOptions implements BrowserOptions, AndroidOptions {
options.toolbarTopFixedTitle = map["toolbarTopFixedTitle"];
options.closeOnCannotGoBack = map["closeOnCannotGoBack"];
options.allowGoBackWithBackButton = map["allowGoBackWithBackButton"];
options.shouldCloseOnBackButtonPressed = map["shouldCloseOnBackButtonPressed"];
options.shouldCloseOnBackButtonPressed =
map["shouldCloseOnBackButtonPressed"];
return options;
}