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

Commit 7359c0d5 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

am: 618467da

Change-Id: I78b14e932635fd316fa96fc2cfadcdf9567e724c
parents 181ea450 618467da
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();