Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f43740e6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix crash after destroyed" into qt-qpr1-dev

parents 891f3708 66121902
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
            }