I’ve updated recently from a public build into build 2850 and it appears that my snapshots are no longer showing upon applicationresume.
I am using invalidate to refresh the snapshot upon applicationResume.
if "Android" == system.getInfo( "platformName" ) then local onSystemEvent = function(event) local eventType = event.type if (eventType == "applicationResume") then mapArray.snapShot:invalidate() end end Runtime:addEventListener("system", onSystemEvent) end
Can I get you to file a bug report? You need to make a small project that demonstrates the problem. The project must contain a main.lua, config.lua and build.settings and any assets (graphics, audio, etc.) into a .zip file. Then use the “Report a bug” link at the top of the this page.
Please provide enough information in the text fields that tells the engineers how to reproduce the problem. It’s also helpful to link to this post too.
You will get an email after your submission with a Case ID # in the subject. Please post the case ID # back here.
Can I get you to file a bug report? You need to make a small project that demonstrates the problem. The project must contain a main.lua, config.lua and build.settings and any assets (graphics, audio, etc.) into a .zip file. Then use the “Report a bug” link at the top of the this page.
Please provide enough information in the text fields that tells the engineers how to reproduce the problem. It’s also helpful to link to this post too.
You will get an email after your submission with a Case ID # in the subject. Please post the case ID # back here.