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

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

Merge "Fix LoginActivityTest#testIsServiceEnabled" into oc-dev am: 81c591b7

am: f9eb6045

Change-Id: I10a7ff5f65c3faec5136d6087a748f0705f94120
parents 70f9da4c f9eb6045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ public final class AutofillManagerService extends SystemService {
     * Updates a cached service for a given user.
     */
    private void updateCachedServiceLocked(int userId, boolean disabled) {
        AutofillManagerServiceImpl service = peekServiceForUserLocked(userId);
        AutofillManagerServiceImpl service = getServiceForUserLocked(userId);
        if (service != null) {
            service.updateLocked(disabled);
            if (!service.isEnabled()) {