Merge "Fix crash after destroyed" into qt-qpr1-dev am: f43740e69c
Change-Id: I4d3b9c90ce380ee6d9494a68a5d5dcc116c61399
This commit is contained in:
@@ -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