summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorTiger Huang <tigerhuang@google.com>2019-05-29 22:55:29 +0800
committerTiger Huang <tigerhuang@google.com>2019-06-05 18:02:04 +0800
commitc9d0d0039255e7117eb326fab2b64a7180dceeb5 (patch)
treed0a858b1fbbc887fbbb601b5d1b8d775600a3c87 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentf61e5f24100ca5bd0606a4e628ad8fbe3723b9c2 (diff)
Fix a bug about missing committing app visibility
If we have pending transitions, committing visibility would be delayed until the opening apps are all drawn. However, the original logic in AppWindowToken.transferStartingWindow would just remove the app from mOpeningApps which caused the app visibility would not be committed. This CL doesn't remove the app from mOpeningApps while transferring the starting window. Instead, we set a flag to indicate that we no longer need to apply an animation to the app. In this way, the app visibility will be committed. Fix: 131180307 Test: atest WindowManagerSmokeTest Test: Steps in the bug Change-Id: Ia84d73136dcbda07ae055b91f5a038e1bc070d2a
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions