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

Commit 24711aa6 authored by Udam Saini's avatar Udam Saini Committed by Android (Google) Code Review
Browse files

Merge "Use the layout for calculating IME inset." into nyc-dev

parents f465eb3b 2b7d9978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ public class SetupChooseLockPassword extends ChooseLockPassword {
        @Override
        public void onViewCreated(View view, Bundle savedInstanceState) {
            super.onViewCreated(view, savedInstanceState);
            SystemBarHelper.setImeInsetView(mLayout.findViewById(R.id.suw_bottom_scroll_view));
            SystemBarHelper.setImeInsetView(mLayout);
            SetupWizardUtils.setImmersiveMode(getActivity());
            mLayout.setHeaderText(getActivity().getTitle());
        }