Merge "Settings: Fix NPE in ChannelNotificationSettings" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2c2b6b48de
@@ -352,7 +352,9 @@ public class ChannelNotificationSettings extends NotificationSettingsBase {
|
|||||||
if (mRingtone != null) {
|
if (mRingtone != null) {
|
||||||
mRingtone.onActivityResult(requestCode, resultCode, data);
|
mRingtone.onActivityResult(requestCode, resultCode, data);
|
||||||
}
|
}
|
||||||
mImportance.setSummary(getImportanceSummary(mChannel.getImportance()));
|
if (mChannel != null) {
|
||||||
|
mImportance.setSummary(getImportanceSummary(mChannel.getImportance()));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean canPulseLight() {
|
boolean canPulseLight() {
|
||||||
|
Reference in New Issue
Block a user