Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Oct 23, 2019
1 parent 60c61c9 commit 4771549
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Bureau/BureauController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ public final class BureauController {
}

public func show() {
if responder.isFirstResponder {
responder.reloadInputViews()
}
responder.becomeFirstResponder()
responder.reloadInputViews()
}

public func dismiss() {
Expand Down

0 comments on commit 4771549

Please sign in to comment.