summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorKevin Chyn <kchyn@google.com>2018-04-10 19:29:23 -0700
committerKevin Chyn <kchyn@google.com>2018-04-10 19:31:55 -0700
commit87df068ac1184449879b595fe4986ff7e664aa16 (patch)
treefa0e6966512f47a94f45e4aa9d095ec107c25e16 /tools/aapt2/java/JavaClassGenerator_test.cpp
parenta4596f3e36192d769dd7b3ad93c1d9d51b319d7d (diff)
Fix FingerprintDialogView when show is called before animation is complete
If handleShowDialog is called before the animation is finished, the window will still be attached despite the mDialogShowing variable == false. We need a new variable to track the dismiss animation state; if the dialog is dismissing and handleShowDialog is called again, cancel the animation and remove the window. Then show the dialog without an entry animation. This lets us show the dialog without a "bouncy" animation when the device rotates, etc.. Fixes: 77877888 Test: Manual test with modified settings APK Change-Id: Iae878ca10099d9755c27284d6df04a73fd5a37f7
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions