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

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

Merge "Do not remove enumerate client immediately when user switches"

parents 79c26beb 938ea3a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1251,8 +1251,6 @@ public abstract class BiometricServiceBase extends SystemService
        if (getCurrentClient() instanceof InternalRemovalClient
                || getCurrentClient() instanceof InternalEnumerateClient) {
            Slog.w(getTag(), "User switched while performing cleanup");
            removeClient(getCurrentClient());
            clearEnumerateState();
        }
        updateActiveGroup(userId, null);
        doTemplateCleanupForUser(userId);