summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2017-09-05 12:37:03 -0700
committerJorim Jaggi <jjaggi@google.com>2017-10-17 13:31:05 +0200
commit7aea35a68039e0c69578d5942bb452525a116536 (patch)
tree66a83f07050abb27a0091cee8c0fb8474683e824 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent9848c0af2c127652ecb6c4b7494beb15b6bc7b40 (diff)
Don't defer client hidden if activity is already paused
We defer client hidden to allow activities that support pip to enter pip before onPause() returns. However, the condition only checked for stopping and stopped states. There are situations where the app is already paused and we are now moving it to the invisible-stopped state. For does cases we need to make sure not to defer client hidden, so that the right visibility is reported to the app and the app can in-turn relayout out its windows to invisible so that window manager can distroy and surfaces associated with the windows when the exit animation is done. Change-Id: Ib1c4cf6a989f597ba700ce460fca4b012bf5146b Fixes: 63117546 Test: go/wm-smoke
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions