Snapshot Invalidate Not Working on ApplicationResume (Android)

Hello,

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

How do you know they are not working?

Are you getting an error?

What happens if you drop back to 2830?

Rob

Noticed it stopped working on my phone once I updated to the latest daily build. Not getting any errors.

I just tested by downgrading back to v2830 and it works again.

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.

Rob

How do you know they are not working?

Are you getting an error?

What happens if you drop back to 2830?

Rob

Noticed it stopped working on my phone once I updated to the latest daily build. Not getting any errors.

I just tested by downgrading back to v2830 and it works again.

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.

Rob