mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
Fixed the positioning of popups after changing the screen orientation on Android (#8927)
This commit is contained in:
@ -44,7 +44,7 @@ open class AndroidLauncher : AndroidApplication() {
|
||||
Display.setOrientation(settings.displayOrientation)
|
||||
Display.setCutout(settings.androidCutout)
|
||||
|
||||
game = AndroidGame()
|
||||
game = AndroidGame(this)
|
||||
initialize(game, config)
|
||||
|
||||
game!!.setDeepLinkedGame(intent)
|
||||
|
Reference in New Issue
Block a user