mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Fix bug that made it impossible to disable a reminder
This commit is contained in:
@@ -148,6 +148,8 @@ public class HabitRecord extends Model implements SQLiteRecord
|
||||
this.freqNum = freq.getNumerator();
|
||||
this.freqDen = freq.getDenominator();
|
||||
this.reminderDays = 0;
|
||||
this.reminderMin = null;
|
||||
this.reminderHour = null;
|
||||
|
||||
if (model.hasReminder())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user