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
This commit is contained in:
Joshua McCloskey
2024-09-18 17:53:37 +00:00
committed by Joshua Mccloskey
parent d0ea9bc2bc
commit 1586dc9f25

View File

@@ -93,6 +93,7 @@ public class UdfpsEnrollEnrollingView extends GlifLayout {
} else if (mShouldUseReverseLandscape) {
swapHeaderAndContent();
}
mUdfpsEnrollView.setVisibility(View.VISIBLE);
setOnHoverListener();
}