Fixes incorrect controller view sizing when changing skins

This commit is contained in:
Riley Testut 2019-10-10 00:30:18 -07:00
parent 5574f8668a
commit d7ed26c372
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9e28eec46da153266a10d09afbbb60e8a66fd7cb
Subproject commit 5fd73cc46963b506ec077dfd9f66d7e5d997acfb

View File

@ -562,6 +562,8 @@ private extension GameViewController
let controllerSkin = Settings.preferredControllerSkin(for: system, traits: traits)
self.controllerView.controllerSkin = controllerSkin
self.view.setNeedsUpdateConstraints()
}
}