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

Commit 4d6eb2f3 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 85ba0ee6: Fix crash when launching zen mode settings.

* commit '85ba0ee6':
  Fix crash when launching zen mode settings.
parents 22807d93 85ba0ee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,8 +141,8 @@ public class ZenModeSettings extends SettingsPreferenceFragment implements Index
    }

    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
    public void onActivityCreated(Bundle savedInstanceState) {
        super.onActivityCreated(savedInstanceState);
        mContext = getActivity();
        mPM = mContext.getPackageManager();
        final Resources res = mContext.getResources();