Minor bug fix to notification sounds

pull/14/head
Sam Bosley 11 years ago
parent b3b38583be
commit 0d4c6555b8

@ -371,7 +371,7 @@ public class Notifications extends BroadcastReceiver {
} else {
notification.sound = null;
}
} else {
} else if (soundIntervalOk) {
notification.defaults |= Notification.DEFAULT_SOUND;
}
}

Loading…
Cancel
Save