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

Commit 78c32b14 authored by Joshua Mccloskey's avatar Joshua Mccloskey Committed by Android (Google) Code Review
Browse files

Merge "Ensure udfps enroll view is visible" into main

parents 133fcf3d 1586dc9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ public class UdfpsEnrollEnrollingView extends GlifLayout {
        } else if (mShouldUseReverseLandscape) {
            swapHeaderAndContent();
        }
        mUdfpsEnrollView.setVisibility(View.VISIBLE);
        setOnHoverListener();
    }