Proceed to "finish" page upon completing enrollment

Bug: 111548037

Test: manual
Change-Id: I1c0c5cc0eb2d1808221465c5eeba92e59b2cd572
This commit is contained in:
Kevin Chyn
2018-10-11 18:26:37 -07:00
parent 62dc9bb747
commit b0d9b8403a

View File

@@ -171,6 +171,11 @@ public class FaceEnrollEnrolling extends BiometricsEnrollEnrolling {
// TODO: Update the actual animation
showError("Steps: " + steps + " Remaining: " + remaining);
// TODO: Have this match any animations that UX comes up with
if (remaining == 0) {
launchFinish(mToken);
}
}
@Override