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

Commit be9d667b authored by Roman Birg's avatar Roman Birg Committed by Abhisek Devkota
Browse files

Settings: fix volume link notification preference



Change-Id: I8ad241c73158a5230ab79a003392222809aa3904
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
(cherry picked from commit dcadedc0)
parent 977f3d34
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ public class SoundSettings extends SettingsPreferenceFragment implements Indexab
                AudioManager.STREAM_NOTIFICATION);

        if (mVoiceCapable) {
            final boolean enabled = Settings.System.getInt(getContentResolver(),
            final boolean enabled = Settings.Secure.getInt(getContentResolver(),
                    Settings.Secure.VOLUME_LINK_NOTIFICATION, 1) == 1;

            if (mNotificationPreference != null) {