Drop-in fix for corona snapshot issues.
- Snapshots going black after switching apps on Android.
Simply paste the code from snapshots.lua into your project somewhere before you use snapshots. Preferably in a fixes.lua file which you call before anything else.
Or require the file with:
require("snapshots")
Enjoy.