Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a431360d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fingerprint enrolling should update UI while in multi-window mode"

parents 6744588f 5132e29d
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -165,22 +165,6 @@ public class FingerprintEnrollEnrolling extends FingerprintEnrollBase
        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() {
        mIconAnimationDrawable.start();
    }