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

Commit e9479a21 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

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

am: a44c50f3

Change-Id: I159f8197df57ecf8775384d3a418c5b2589f357b
parents ba8b3f05 a44c50f3
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) {