Change resource id to the correct package name

Change resource id to the correct SUW package name.

Flag: EXEMPT bug-fixing

Bug: 383030121

Test: Build and manually then check the UI
Change-Id: I31c8c7e79a65edd7953080a9bd16b638a901d607
This commit is contained in:
Jason Chang
2024-12-11 08:10:17 +00:00
parent 9082aa03a3
commit a55788d3b9

View File

@@ -691,7 +691,8 @@ public class ChooseLockPassword extends SettingsActivity {
return;
}
final TextView sucTitleView = view.findViewById(R.id.suc_layout_title);
final TextView sucTitleView = view.findViewById(
com.google.android.setupdesign.R.id.suc_layout_title);
final ViewGroup.MarginLayoutParams titleLayoutParams =
(ViewGroup.MarginLayoutParams) sucTitleView.getLayoutParams();
mPasswordRestrictionView = new RecyclerView(getActivity());