Merge "Add onResume to FingerprintEnrollEnrolling" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
98b67a4e94
@@ -159,6 +159,14 @@ public class FingerprintEnrollEnrolling extends FingerprintEnrollBase
|
|||||||
startIconAnimation();
|
startIconAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onResume() {
|
||||||
|
super.onResume();
|
||||||
|
if (mSidecar != null) {
|
||||||
|
mSidecar.setListener(this);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onPause() {
|
protected void onPause() {
|
||||||
super.onPause();
|
super.onPause();
|
||||||
|
Reference in New Issue
Block a user