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

Commit 618467da authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Add onResume to FingerprintEnrollEnrolling" into oc-dev

am: 98b67a4e

Change-Id: Ic3497ccbd63ba4e56ad1923f6b4d082e78c95b70
parents d974ccb6 98b67a4e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -159,6 +159,14 @@ public class FingerprintEnrollEnrolling extends FingerprintEnrollBase
        startIconAnimation();
    }

    @Override
    protected void onResume() {
        super.onResume();
        if (mSidecar != null) {
            mSidecar.setListener(this);
        }
    }

    @Override
    protected void onPause() {
        super.onPause();