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

Commit ebd61e36 authored by Jeff Brown's avatar Jeff Brown
Browse files

Ensure WFD switch is removed along with settings fragment.

Bug: 8340072
Change-Id: I8d203725ef1bfa5b1b5e5c224fa57d5feaa9db5a
parent cf00931c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -116,6 +116,12 @@ public final class WifiDisplaySettings extends SettingsPreferenceFragment {
        }
    }

    @Override
    public void onDestroyView() {
        getActivity().getActionBar().setCustomView(null);
        super.onDestroyView();
    }

    @Override
    public void onResume() {
        super.onResume();