Merge "Api change."
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa6e4b5b93
@@ -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;
|
||||
|
Reference in New Issue
Block a user