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