Minor bug fix to notification sounds

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

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

Loading…
Cancel
Save