commit | 9ccb1b53afb1d6f4520cc7154d279a0e12517606 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Tue Dec 12 18:29:07 2023 +0000 |
committer | Dave Mankoff <mankoff@google.com> | Tue Dec 12 20:13:16 2023 +0000 |
tree | 9851db671fe5fd3d96d066584aac4827696ee198 | |
parent | 933f3ee9903c70d20dcac9690c10d4544ec59cf8 [diff] |
Fix ContrastDialog not displaying. Need to call `#setView` before `AlertDialog#onCreate`. The prior version of this class (before being converted to a Delegate) never called `super#onCreate` at all. Flag: NA Fixes: 315973464 Test: manually run and viewed dialog Change-Id: Id52063b5d40a1c949a7a0a5e1c3088549ce409e9