Hi,
Been using Corona for over 5 years now and have never seen anything like this before. Any help would be appreciated.
This is what the game should look like (notice the grid position) 
After closing out of the game on Android (not fully closing it but leaving it in a suspended state) and then coming back to it, it sometimes looks like this:

The grid gets all messed up. It doesn’t always look like the picture above. It seems to be random (the amount it gets messed up). I’ve tried pausing the entire game upon exit (all Runtime enterFrame events, all timers, all transitions) and it still happens. I have *no idea* why this is happening. Is it something to do with rendering behind the scenes in Corona? I’ve never seen anything like it before.
If you’re curious, each of the “spots” on the grid is a display group with 2 images inside it. I’ve been stuck trying to figure this out for days and nothing works.
EDIT: Some more info:
-
Only appears to happen on Android (tested on multiple devices on multiple firmwares - happens everywhere)
-
No errors or anything out of the ordinary in the console log/console output
-
If you fully force close the app, then it obviously works since it’s a fresh boot up
-
Happens on every single corona build over the last 3 weeks (yes I download every single one)