Revert "Fix lock pattern is truncated during SUW in folded state"
This reverts commit a2e032bb8e
.
Reason for revert: b/290721507
Change-Id: Ifaaecde6c168ebe22d3b2245df1fd5b0a9c1b8c2
This commit is contained in:
committed by
Android (Google) Code Review
parent
a2e032bb8e
commit
072a0e0068
@@ -90,12 +90,6 @@ public class SetupChooseLockPattern extends ChooseLockPattern {
|
||||
}
|
||||
// Show the skip button during SUW but not during Settings > Biometric Enrollment
|
||||
mSkipOrClearButton.setOnClickListener(this::onSkipOrClearButtonClick);
|
||||
|
||||
final View headerView = view.findViewById(R.id.sud_layout_header);
|
||||
final ViewGroup.MarginLayoutParams lp =
|
||||
(ViewGroup.MarginLayoutParams) headerView.getLayoutParams();
|
||||
lp.bottomMargin = 0;
|
||||
view.setLayoutParams(lp);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user