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

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

Merge "Fix crash when recreating SecuritySubSettings" into nyc-dev

parents a21ac18b 3686ef5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1027,6 +1027,7 @@ public class SecuritySettings extends SettingsPreferenceFragment
            super.onCreate(icicle);
            mLockPatternUtils = new LockPatternUtils(getContext());
            mDPM = getContext().getSystemService(DevicePolicyManager.class);
            createPreferenceHierarchy();
        }

        @Override