My problem occurs a few seconds after a transition is complete. The Log says "changeCanvasOpacity: opaque=true", which puts a black screen on my mapview. When i return to Activity A opaque gets changed to false again. So my question is, why does the transition change the CanvasOpacity and how do i prevent it in the first place.
Its exactly like this Parent activity becomes invisible on exit transition Did someone found a solution?
/edit: in my code the Opacity appears on top of the mapview, unlike here SurfaceView in Android Wear (API 21) im not using a surfaceview, which prevents me from using setZOrderOnTop(true) in the constructor. Is there any clever way to achieve something similiar on a mapview(linear/frame layout) not using surfaceview