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

Commit 2c2b6b48 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Settings: Fix NPE in ChannelNotificationSettings" into oc-dr1-dev

parents 97e0e429 c18c5174
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -352,8 +352,10 @@ public class ChannelNotificationSettings extends NotificationSettingsBase {
        if (mRingtone != null) {
            mRingtone.onActivityResult(requestCode, resultCode, data);
        }
        if (mChannel != null) {
            mImportance.setSummary(getImportanceSummary(mChannel.getImportance()));
        }
    }

    boolean canPulseLight() {
        if (!getResources()