clarify that not all years are ignored

This commit is contained in:
Matija Nalis 2024-07-15 00:51:45 +02:00
parent d078b2d81a
commit 99e5d1f625

View file

@ -27,7 +27,7 @@ class CategoriesModel @Inject constructor(
private var selectedExistingCategories: MutableList<String> = mutableListOf() private var selectedExistingCategories: MutableList<String> = mutableListOf()
/** /**
* Returns if the item contains an year * Returns if the item contains an year which should be ignored
* @param item * @param item
* @return * @return
*/ */