summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Cheng Shi <shicheng@xiaomi.corp-partner.google.com> 2021-10-22 06:55:04 +0000
committer Cheng Shi <shicheng@xiaomi.corp-partner.google.com> 2021-10-25 09:14:12 +0000
commit150a887780d6583e36d73c3e26772b943276fa04 (patch)
tree1b6092cf0bddc3f79ea94163942374d5a37ef4b9 /libs/androidfw/StringPool.cpp
parent27c03c7f685a157154fdd5865cceb6e84c8a53cc (diff)
[Bugfix] Fix the issue of transition animation splash screen in split screen mode.
When an app enters split-screen mode, the mAnimatingActivityRegistry of the current Activity still comes from the app's Task, but the mAnimatingActivityRegistry of the newly opened Activity comes from the split-screen Task, so there is no guarantee that the animation-leash of the transition animation will be destroyed at the same time. So we ensure that the mAnimatingActivityRegistry of ActivityRecord under the same Task is the same after entering split screen mode, so as to ensure that the transition animation of activity opening and closing ends at the same time, thereby avoiding splash screen. Bug: 204024254 Test: Above scenario Change-Id: Ibf0fccecefaa8768b4e10f69a064a4b7452dcaa9 Signed-off-by: shicheng <shicheng@xiaomi.com>
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions