commit | 854a170ea7e3719a0c57f5c40d0f9ea35b53582d | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Mon Mar 06 15:34:39 2023 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Mon Mar 06 15:43:30 2023 +0800 |
tree | 53e236b7850670d7769e8561f4d06a2d8aed18fd | |
parent | 9f72455485cab50e5723ea50ad9d106bdf3034da [diff] |
Fix wrong set force translucent when devices locked When split entering background, we will set it as force translucent to ensure right animation when next time entering by launch adjacent. But when devices locked, both stage invisible and we misidentify it entering background because both stage invisible. we should avoid do this when locked case. Fix: 267674372 Test: manual Test: pass existing tests Change-Id: I9d830a5636e8dc88dfa39bb706f851b3306a8fd1