summaryrefslogtreecommitdiff
path: root/libs/androidfw/FileStream.cpp
diff options
context:
space:
mode:
author omarmt <omarmt@google.com> 2023-09-12 12:07:28 +0000
committer omarmt <omarmt@google.com> 2023-09-12 13:46:54 +0000
commit5111d79cf3723cbeeeea809a9e435d9b5ea5c17a (patch)
treebccb4d182523ab73f7e493a3fa1bcae83d39fadd /libs/androidfw/FileStream.cpp
parentb06a59959cc9aec78d33206f9f481b1496d696e8 (diff)
Forced to max one offsetAnimationJob in progress
Previously, it was possible for a new job to start before the previous one was canceled. This could lead to an inconsistent state because some properties are initialized at the start of a job and reset when it ends. To avoid this, the new job is now required to wait for the previous job to finish before it can start. This ensures that all properties are in a consistent state before the new job begins. Test: mp :SystemUIComposeGallery Bug: 291025415 Change-Id: I6d3b0cc00df13da25c711e42e713f4b13e4611b9
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions