[iPad] Fixes keyboard controller not appearing when selecting buttons to hold
This commit is contained in:
parent
c3e9cfe526
commit
d061f56951
@ -955,6 +955,8 @@ private extension GameViewController
|
|||||||
UIView.animate(withDuration: 0.4) {
|
UIView.animate(withDuration: 0.4) {
|
||||||
self.sustainButtonsBlurView.effect = blurEffect
|
self.sustainButtonsBlurView.effect = blurEffect
|
||||||
self.sustainButtonsBackgroundView.alpha = 1.0
|
self.sustainButtonsBackgroundView.alpha = 1.0
|
||||||
|
} completion: { _ in
|
||||||
|
self.controllerView.becomeFirstResponder()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user