[iPad] Fixes keyboard controller not appearing when selecting buttons to hold

This commit is contained in:
Riley Testut 2022-08-12 19:37:26 -05:00
parent c3e9cfe526
commit d061f56951

View File

@ -955,6 +955,8 @@ private extension GameViewController
UIView.animate(withDuration: 0.4) {
self.sustainButtonsBlurView.effect = blurEffect
self.sustainButtonsBackgroundView.alpha = 1.0
} completion: { _ in
self.controllerView.becomeFirstResponder()
}
}