mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
initialise needToCopyGameInArchive inside onCreate based on the value
of embed
This commit is contained in:
@@ -114,6 +114,7 @@ public class GameActivity extends SDLActivity {
|
||||
gamePath = "";
|
||||
storagePermissionUnnecessary = false;
|
||||
embed = getResources().getBoolean(R.bool.embed);
|
||||
needToCopyGameInArchive = embed;
|
||||
|
||||
if (!embed) {
|
||||
handleIntent(getIntent());
|
||||
|
||||
Reference in New Issue
Block a user