Fix reading notification priority

pull/384/head
Alex Baker 10 years ago
parent 947276856a
commit 2b68b887b5

@ -97,7 +97,7 @@ public class Preferences {
} }
public int getNotificationPriority() { public int getNotificationPriority() {
return getInt(R.string.p_notification_priority, 1); return getIntegerFromString(R.string.p_notification_priority, 1);
} }
public String getDefaultCalendar() { public String getDefaultCalendar() {

Loading…
Cancel
Save