Skip to content

Commit

Permalink
Re-enabled the deletion of the assets copied to the internal storage …
Browse files Browse the repository at this point in the history
…at app startup.
  • Loading branch information
pboechat committed Nov 20, 2023
1 parent 5866e0d commit 1995979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class MainActivity extends NativeActivity
@Override
protected void onCreate(Bundle savedInstanceState)
{
//deleteAssetsInInternalStorage();
deleteAssetsInInternalStorage();
copyAssetsToInternalStorage("");

super.onCreate(savedInstanceState);
Expand Down

0 comments on commit 1995979

Please sign in to comment.