Merge "Fix crash after destroyed"
This commit is contained in:
committed by
Android (Google) Code Review
commit
104f3be5d9
@@ -242,6 +242,7 @@ public final class FillWindow implements AutoCloseable {
|
||||
synchronized (mLock) {
|
||||
if (mDestroyed) return;
|
||||
if (mUpdateCalled) {
|
||||
mFillView.setOnClickListener(null);
|
||||
hide();
|
||||
mProxy.report(AutofillProxy.REPORT_EVENT_UI_DESTROYED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user