Blinking screen on image transition between activities

后端 未结 12 2226
温柔的废话
温柔的废话 2020-12-02 07:01

I implemented an image transition between two activities using the new shared elements from lollipop. It\'s working but I get a weird white blinking on the entire screen du

12条回答
  •  离开以前
    2020-12-02 07:36

    In my situation, the second activity did not have a status bar which was defined in the activity theme with this tag.

    true
    

    Since it was not mandatory to hide the status bar in portrait mode, I removed this tag and manually hide/show the status bar when needed and the blinking is gone.

提交回复
热议问题