Merge "Fingerprint enrolling should update UI while in multi-window mode"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a431360dfe
@@ -165,22 +165,6 @@ public class FingerprintEnrollEnrolling extends FingerprintEnrollBase
|
|||||||
startIconAnimation();
|
startIconAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onResume() {
|
|
||||||
super.onResume();
|
|
||||||
if (mSidecar != null) {
|
|
||||||
mSidecar.setListener(this);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onPause() {
|
|
||||||
super.onPause();
|
|
||||||
if (mSidecar != null) {
|
|
||||||
mSidecar.setListener(null);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private void startIconAnimation() {
|
private void startIconAnimation() {
|
||||||
mIconAnimationDrawable.start();
|
mIconAnimationDrawable.start();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user