Merge "Ensure udfps icon doesnt disappear in enroll" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
95235f8b3f
@@ -182,7 +182,7 @@ public class UdfpsEnrollHelper extends InstrumentedFragment {
|
|||||||
* Called when a fingerprint image has been acquired, but wasn't processed yet.
|
* Called when a fingerprint image has been acquired, but wasn't processed yet.
|
||||||
*/
|
*/
|
||||||
public void onAcquired(boolean isAcquiredGood) {
|
public void onAcquired(boolean isAcquiredGood) {
|
||||||
if (mListener != null && mTotalSteps != -1) {
|
if (mListener != null) {
|
||||||
mListener.onAcquired(isAcquiredGood && animateIfLastStep());
|
mListener.onAcquired(isAcquiredGood && animateIfLastStep());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user