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

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

Merge "Fixed logic on update()."

parents e594b99e 36c8a0d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@ public abstract class AugmentedAutofillService extends Service {
                mFocusedValue = focusedValue;
                if (mCallback != null) {
                    try {
                        if (mCallback.isCompleted()) {
                        if (!mCallback.isCompleted()) {
                            mCallback.cancel();
                        }
                    } catch (RemoteException e) {