commit | 3322de80fcfc8f030242adffe226efd685ff617c | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Wed Jul 07 13:27:31 2021 -0700 |
committer | Kevin Chyn <kchyn@google.com> | Wed Jul 07 14:07:31 2021 -0700 |
tree | d4e8e18e38c52c0490187c4e87470ba2a0f45e93 | |
parent | 73ffe99b7b4f3fabfb6de32ec9b9fceadfab383a [diff] |
Do not setListener(null) onViewDetached There's currently a race condition upon orientation changes that causes the new view to be attached before the old view is detached. This results in a null listener. Fixes: 193056436 Test: Start enroll, rotate, continue enroll Change-Id: Id6c93dc9ee847aed0fb4a7eefbb7690a5c972781