Commit 3f2fe9e8 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli Committed by GitHub

Merge pull request #567 from gunantosteven/master

Fixing wrong casting
parents b7337c4f 79ef44f9
...@@ -65,7 +65,7 @@ public class ChromeSafariBrowserManager: NSObject, FlutterPlugin { ...@@ -65,7 +65,7 @@ public class ChromeSafariBrowserManager: NSObject, FlutterPlugin {
if #available(iOS 9.0, *) { if #available(iOS 9.0, *) {
if let flutterViewController = UIApplication.shared.delegate?.window.unsafelyUnwrapped?.rootViewController as? FlutterViewController { if let flutterViewController = UIApplication.shared.delegate?.window.unsafelyUnwrapped?.rootViewController {
let safariOptions = SafariBrowserOptions() let safariOptions = SafariBrowserOptions()
let _ = safariOptions.parse(options: options) let _ = safariOptions.parse(options: options)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment