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

Commit b6aa1157 authored by Joshua McCloskey's avatar Joshua McCloskey
Browse files

Removed duplicate title in SetupChooseLock

Test: Verified manully there is only 1 title
Flag: EXEMPT bugfix
Fixes: 380881213
Change-Id: Ib310ee5cd7ec1676d411463846fe6d7cd74cd222
parent e0f75b62
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -269,9 +269,7 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {
            public void onViewCreated(@NotNull View view, Bundle savedInstanceState) {
            public void onViewCreated(@NotNull View view, Bundle savedInstanceState) {
                super.onViewCreated(view, savedInstanceState);
                super.onViewCreated(view, savedInstanceState);
                GlifPreferenceLayout layout = (GlifPreferenceLayout) view;
                GlifPreferenceLayout layout = (GlifPreferenceLayout) view;
                int titleResource = R.string.lock_settings_picker_new_lock_title;


                layout.setHeaderText(titleResource);
                setDivider(new ColorDrawable(Color.TRANSPARENT));
                setDivider(new ColorDrawable(Color.TRANSPARENT));
                setDividerHeight(0);
                setDividerHeight(0);
                getHeaderView().setVisible(false);
                getHeaderView().setVisible(false);