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

Commit 085a6231 authored by Jacky Wang's avatar Jacky Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove isCatalystEnabled check from SoundSettings" into main

parents 700f7e9a 42d2b084
Loading
Loading
Loading
Loading
+15 −17
Original line number Diff line number Diff line
@@ -195,7 +195,6 @@ public class SoundSettings extends DashboardFragment implements OnActivityResult
    @Override
    public void onAttach(Context context) {
        super.onAttach(context);
        if (!isCatalystEnabled()) {
        ArrayList<VolumeSeekBarPreferenceController> volumeControllers = new ArrayList<>();
        volumeControllers.add(use(AlarmVolumePreferenceController.class));
        volumeControllers.add(use(MediaVolumePreferenceController.class));
@@ -213,7 +212,6 @@ public class SoundSettings extends DashboardFragment implements OnActivityResult
            getSettingsLifecycle().addObserver(controller);
        }
    }
    }

    // === Volumes ===