HaxeExtension/extension-gamecenter

showAchievements doesn't give control back to the calling openfl application

swerdnik opened this issue · 1 comments

As soon as you exit the gamecenter achievements screen, the openfl application will no longer receive input, effectively locking up the whole application. I guess a viewcontroller or something isn't being properly shut down/freed.

(showLeaderboard probably has the same problem)

Thanks for the patch