summaryrefslogtreecommitdiff
path: root/tools/aidl/generate_java.cpp
diff options
context:
space:
mode:
authorIssei Suzuki <issei@google.com>2021-06-15 14:00:37 +0200
committerIssei Suzuki <issei@google.com>2021-06-16 13:30:52 +0200
commitb5d81f0983d13332c18815161c11a9e1b690713c (patch)
tree9f67031271c6cc8099d356c22553674f3498c8da /tools/aidl/generate_java.cpp
parent9328e1c7fb2de2f144a5a31cd5a8c7bfa47e1cc3 (diff)
Avoid applying closing animation for invisible activity.
In case an invisible activity requests to become invisible, we don't apply app transition animation on it. We already have a logic to prevent this in ActivityRecord#setVisibility, but it cannot handle the following scenario. 1. Activity is initially invisible. 2. Activity requests to become visible. 3. Activity requests to become invisible (so this override the second step). So this change fills the gap. Test: atest ActivityRecordTests Bug: 184107777 Merged-In: I50a0f3a8ea49beb5c86fff0f6bb8c005db581a6d Change-Id: I50a0f3a8ea49beb5c86fff0f6bb8c005db581a6d
Diffstat (limited to 'tools/aidl/generate_java.cpp')
0 files changed, 0 insertions, 0 deletions