Treker/uhabits-core/src
Alinson S. Xavier 48c1adb3bb HabitCardListAdapter: Return copy of list of selected items
Previously, HabitCardListAdapter returned a pointer to the list, instead of a
copy. By the time other parts of the application were reading the list, its
contents had already changed. This prevented the user from deleting or
archiving habits.
2021-01-30 10:28:42 -06:00
..
commonMain/kotlin/org/isoron/platform Clean up kotlin code 2021-01-19 14:06:18 +01:00
jvmMain HabitCardListAdapter: Return copy of list of selected items 2021-01-30 10:28:42 -06:00
jvmTest HabitCardListAdapter: Return copy of list of selected items 2021-01-30 10:28:42 -06:00