mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
@@ -86,6 +86,7 @@ public class HabitPickerDialog extends Activity
|
|||||||
|
|
||||||
for (Habit h : habitList)
|
for (Habit h : habitList)
|
||||||
{
|
{
|
||||||
|
if (h.isArchived()) continue;
|
||||||
habitIds.add(h.getId());
|
habitIds.add(h.getId());
|
||||||
habitNames.add(h.getName());
|
habitNames.add(h.getName());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user