set the default reminder value to 10
This commit is contained in:
parent
5c815bac62
commit
8752f6eaca
|
@ -69,7 +69,7 @@ public class Config {
|
|||
}
|
||||
|
||||
public int getDefaultReminderMinutes() {
|
||||
return mPrefs.getInt(Constants.REMINDER_MINUTES, 0);
|
||||
return mPrefs.getInt(Constants.REMINDER_MINUTES, 10);
|
||||
}
|
||||
|
||||
public void setDefaultReminderMinutes(int mins) {
|
||||
|
|
Loading…
Reference in New Issue