mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Set habit.archived
This commit is contained in:
@@ -180,6 +180,7 @@ public class Habit extends Model
|
|||||||
this.reminder_hour = model.reminder_hour;
|
this.reminder_hour = model.reminder_hour;
|
||||||
this.reminder_min = model.reminder_min;
|
this.reminder_min = model.reminder_min;
|
||||||
this.highlight = model.highlight;
|
this.highlight = model.highlight;
|
||||||
|
this.archived = model.archived;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void save(Long id)
|
public void save(Long id)
|
||||||
|
|||||||
Reference in New Issue
Block a user