commit | b88ba47ce3c8cbeca131307686316f91b5eb74e2 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Wed Nov 23 17:19:54 2022 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Wed Nov 23 17:19:54 2022 +0800 |
tree | c6aeb1870bd05d3ffb02e1b0291c21928d3d8aa6 | |
parent | 6a110d68fda2b32bb28bec8e851976f29712ce13 [diff] |
Fix gmail flicker issue in split screen This issue is caused by surface invisible before transition. And this symptom caused by we got wrong resume callback by another side split activity. Fix this by change prioirty in TaskFragment#resumeTopActivity. We should check non activities are pausing before checking top activity resumed. Fix: 257008620 Test: manual Test: pass existing tests Change-Id: I6ef987bf694678b8422f3e7526944ee9004c61e1