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

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

Merge "Fixed Autofill workflow is broken"

parents 5e4c18b0 09ba2917
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,8 +558,8 @@ public interface ServiceConnector<I extends IInterface> {
            } catch (RemoteException e) {
                Log.e(LOG_TAG, "onServiceConnected " + name + ": ", e);
            }
            processQueue();
            onServiceConnectionStatusChanged(mService, true);
            processQueue();
        }

        @Override