Skip to content

Commit

Permalink
Hide kb on walkthrough screens
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Aug 8, 2023
1 parent c00d287 commit 6d60911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blink/SpaceController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ extension SpaceController {

@objc func showWalkthroughAction() {
DispatchQueue.main.async {
_ = KBTracker.shared.input?.resignFirstResponder()
let ctrl = UIHostingController(rootView: WalkthroughView(urlHandler: blink_openurl,
dismissHandler: { self.dismiss(animated: true) })
)
Expand Down

0 comments on commit 6d60911

Please sign in to comment.