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

Commit 5132e29d authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Fingerprint enrolling should update UI while in multi-window mode

Fixes: 67652597

Test: Try enrolling fingerprint while in multi-window mode, with and
      without focusing the FP Settings activity

Test: Enrolling doesn't occur when FP Settings activity is not shown
      (ie home button pressed)

Change-Id: Ie467da767ae36eb8d3c2b956754272749dffb43fu
parent aad3b1ce
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();
    }