Force a full screen Activity to remeasure/redraw on resume?

后端 未结 8 1189
后悔当初
后悔当初 2021-01-05 05:14

Edited to add more details: (originally asked nearly two months ago...still haven\'t found a solution)

I have an activity with a somewhat complicate

8条回答
  •  粉色の甜心
    2021-01-05 05:40

    I Fixed it by setting the theme for application rather than for individual activities.

    
    

    This worked for me. This problem occurs if the next Activity we launch isnt a Full screen Activity and current Activity is a Full screen Activity.

提交回复
热议问题