Merge "Fix enroll introduction page was not closed in background" into udc-qpr-dev
This commit is contained in:
@@ -236,6 +236,9 @@ public abstract class BiometricEnrollIntroduction extends BiometricEnrollBase
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
|
||||
//reset mNextClick to make sure introduction page would be closed correctly
|
||||
mNextClicked = false;
|
||||
|
||||
final int errorMsg = checkMaxEnrolled();
|
||||
if (errorMsg == 0) {
|
||||
mErrorText.setText(null);
|
||||
|
Reference in New Issue
Block a user