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

Commit 7270be09 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Method rename

Test: make
Change-Id: Iec3a811004183c2691dc6776c7f3b620e60e4872
parent 9a35bc65
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 vibrate = (Boolean) newValue;
                mChannel.setVibration(vibrate);
                mChannel.enableVibration(vibrate);
                mChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION);
                mBackend.updateChannel(mPkg, mUid, mChannel);
                return true;