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

Commit 39736939 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to...

Merge "Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread."
parents c96a716a 10eacbf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ final class RemoteFillService implements DeathRecipient {
        }

        final boolean willBind = mContext.bindServiceAsUser(mIntent, mServiceConnection, flags,
                new UserHandle(mUserId));
            mHandler,new UserHandle(mUserId));

        if (!willBind) {
            Slog.w(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent + " using flags "