love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
207 stars 72 forks source link

Fix embedding #259

Closed marclurr closed 10 months ago

marclurr commented 10 months ago

Fixes #258

Subtle bug introduced by the fix for #254 means that the code which configures the activity to load the game.love file into the cache is no longer reachable. Thss moves the initialisation of needToCopyGameInArchive into onCreate and removes the unreachable code from handleIntent