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

Commit 978ec53d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Api change.

Test: make -j32
Change-Id: If5f191b3832d46fd9f50eab51d1a80ea2a76fcad
parent 44572c43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ public class ChannelNotificationSettings extends NotificationSettingsBase {
            @Override
            public boolean onPreferenceChange(Preference preference, Object newValue) {
                final boolean lights = (Boolean) newValue;
                mChannel.setLights(lights);
                mChannel.enableLights(lights);
                mChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS);
                mBackend.updateChannel(mPkg, mUid, mChannel);
                return true;