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

Commit ae230aa1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed issue with pattern not appearing disabled." into main

parents 82f3ecab ee5ddeda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {
    @Override
    protected void onCreate(Bundle savedInstance) {
        setTheme(SetupWizardUtils.getTheme(this, getIntent()));
        setTheme(R.style.SettingsPreferenceTheme_SetupWizard);
        ThemeHelper.trySetDynamicColor(this);
        super.onCreate(savedInstance);

@@ -266,7 +267,6 @@ public class SetupChooseLockGeneric extends ChooseLockGeneric {
            @Override
            public void onViewCreated(@NotNull View view, Bundle savedInstanceState) {
                super.onViewCreated(view, savedInstanceState);

                GlifPreferenceLayout layout = (GlifPreferenceLayout) view;
                int titleResource = R.string.lock_settings_picker_new_lock_title;