mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
swift format
This commit is contained in:
parent
c6be0b31c1
commit
a8b454a50e
@ -151,7 +151,7 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
|
||||
})
|
||||
}
|
||||
} else if command == "isPopoverOpen" {
|
||||
m!.responseData = popoverOpenCount > 0 ? "true" : "false";
|
||||
m!.responseData = popoverOpenCount > 0 ? "true" : "false"
|
||||
replyMessage(message: m!)
|
||||
} else if command == "createNewTab" {
|
||||
if m!.data != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user