Merge "Proceed to "finish" page upon completing enrollment"

This commit is contained in:
TreeHugger Robot
2018-10-12 03:56:26 +00:00
committed by Android (Google) Code Review

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