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

Commit 1586dc9f authored by Joshua McCloskey's avatar Joshua McCloskey Committed by Joshua Mccloskey
Browse files

Ensure udfps enroll view is visible

Fixes: 360076856
Test: Verified transitioning from landscape -> rl landscape and view is
present.
Test: Verified transitioning from rl landscape -> landscape and view is
present.
Test: Verified all other rotations of device, and view is present.
Flag: EXEMPT bugfix

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