UI Scroll Rect items disapears when Android returns from background

Has anyone else seen this or experienced this issue.

Take the UI Beta Test project (or one you have built). Run this on an android device. Put the app in the background and then return. The items in the scroll rect (or content) are gone.

I’m still looking into why, trying to figure out if they are getting destroyed or something else is happening but these items go bye bye.

Any help would be great, thanks!

Bump and update, added a OnDestroy to see if the items were getting destroyed and they are not. Also this doesn’t happen on iOS.

When the application goes into the background you can catch the 1/2 the scroll rect hidden and the rest visible like something is starting to hide it.

Could this be related to Masking?