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

Commit bc807558 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Do not setListener(null) onViewDetached" into sc-dev

parents fde14999 3322de80
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -71,12 +71,6 @@ public class UdfpsEnrollViewController extends UdfpsAnimationViewController<Udfp
        }
    }

    @Override
    protected void onViewDetached() {
        super.onViewDetached();
        mEnrollHelper.setListener(null);
    }

    @NonNull
    @Override
    public PointF getTouchTranslation() {