Merge "Proceed to "finish" page upon completing enrollment"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a687b5d28d
@@ -171,6 +171,11 @@ public class FaceEnrollEnrolling extends BiometricsEnrollEnrolling {
|
|||||||
|
|
||||||
// TODO: Update the actual animation
|
// TODO: Update the actual animation
|
||||||
showError("Steps: " + steps + " Remaining: " + remaining);
|
showError("Steps: " + steps + " Remaining: " + remaining);
|
||||||
|
|
||||||
|
// TODO: Have this match any animations that UX comes up with
|
||||||
|
if (remaining == 0) {
|
||||||
|
launchFinish(mToken);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user