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

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

Merge "Do not notifyNoFullUi if no view is focused" into oc-dev

parents d53cbfd0 5b4b0fcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState

    private void notifyUnavailableToClient() {
        synchronized (mLock) {
            if (!mHasCallback) return;
            if (!mHasCallback || mCurrentViewId == null) return;
            try {
                mClient.notifyNoFillUi(id, mCurrentViewId);
            } catch (RemoteException e) {