commit | dc5b50c35def901c810149d7095fc861019b5e69 | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Mon Feb 06 11:19:45 2023 +0100 |
committer | Jordan Demeulenaere <jdemeulenaere@google.com> | Mon Feb 06 10:38:22 2023 +0000 |
tree | f95a6d25e3e8e3064d805f1fb505d4ab050b35d4 | |
parent | 02cdf72ad3b162d9c42c52b0ad5ea2d35de594cb [diff] |
Make DialogLaunchAnimator.showFromDialog more lenient Before this CL, calling DialogLaunchAnimator.showFromDialog from a Dialog that was not shown using DialogLaunchAnimator (i.e. it was shown using Dialog.show()) would crash. This CL changes that so that we show the dialog normally instead. Bug: 267387248 Test: DialogLaunchAnimatorTest Change-Id: I52f475822cde1162575f6b09b0abe1c77ca132a4