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

Commit 8e257383 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "RemovalClient should preempt auth" into sc-dev

parents b23fc47d 096552b5
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -97,4 +97,9 @@ public abstract class RemovalClient<S extends BiometricAuthenticator.Identifier,
    public int getProtoEnum() {
    public int getProtoEnum() {
        return BiometricsProto.CM_REMOVE;
        return BiometricsProto.CM_REMOVE;
    }
    }

    @Override
    public boolean interruptsPrecedingClients() {
        return true;
    }
}
}