parent
af7c4e227d
commit
b14ca5c625
@ -86,6 +86,7 @@ public class HabitPickerDialog extends Activity
|
||||
|
||||
for (Habit h : habitList)
|
||||
{
|
||||
if (h.isArchived()) continue;
|
||||
habitIds.add(h.getId());
|
||||
habitNames.add(h.getName());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user