mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-02 11:46:58 +01:00
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() {
|
public int getDefaultReminderMinutes() {
|
||||||
return mPrefs.getInt(Constants.REMINDER_MINUTES, 0);
|
return mPrefs.getInt(Constants.REMINDER_MINUTES, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDefaultReminderMinutes(int mins) {
|
public void setDefaultReminderMinutes(int mins) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user