v5.2.1
This commit is contained in:
parent
825cf3d88e
commit
522b34f2fa
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue