summaryrefslogtreecommitdiff
path: root/libs/androidfw/ApkParsing.cpp
diff options
context:
space:
mode:
author Alison Cichowlas <asc@google.com> 2023-03-09 16:04:02 -0500
committer Alison Cichowlas <asc@google.com> 2023-03-09 22:04:27 +0000
commit3f8dd35901707ee6e0c36b41be413a52b9e1c66a (patch)
tree9c132851ee45648d662d61168c9f58b8725b7e06 /libs/androidfw/ApkParsing.cpp
parent82c8b4e3d0992d06e4277cd4bc723289635af118 (diff)
Volume: Hide dialog when motion cancelled, as well as when finished.
Speculative fix for issue where sometimes volume dialog does not ever dismiss. Logs show that VolumeDialogImpl.dismissH is being called, and the VolumeDialogImpl dump shows that the dialog thinks it is not showing. I think that these animations are getting cancelled, leaving mIsAnimatingDismiss true with no active dismiss animation running (normally it is reset to false during the animation's end action). mIsAnimatingDismiss then prevents the creation of another dismiss animation, leaving the dialog stranded. Test: existing Volume tests pass, no repro available for bug Bug: 232606092 Change-Id: If6dbccf52de6452ce57d872de40037d5080d8ef0
Diffstat (limited to 'libs/androidfw/ApkParsing.cpp')
0 files changed, 0 insertions, 0 deletions