diff --git a/filcnaplo/lib/helpers/subject_icon.dart b/filcnaplo/lib/helpers/subject_icon.dart index 67fa90a..ee08df4 100644 --- a/filcnaplo/lib/helpers/subject_icon.dart +++ b/filcnaplo/lib/helpers/subject_icon.dart @@ -10,7 +10,7 @@ class SubjectIcon { String name = subject?.name.toLowerCase().specialChars() ?? subjectName ?? ""; String category = subject?.category.description.toLowerCase().specialChars() ?? ""; - // TODO: check for categories + // todo: check for categories if (RegExp("mate(k|matika)").hasMatch(name) || category == "matematika") return Icons.calculate_outlined; if (RegExp("magyar nyelv|nyelvtan").hasMatch(name)) return Icons.spellcheck_outlined; if (RegExp("irodalom").hasMatch(name)) return Icons.menu_book_outlined; diff --git a/filcnaplo_mobile_ui b/filcnaplo_mobile_ui index 73abe79..9d2021a 160000 --- a/filcnaplo_mobile_ui +++ b/filcnaplo_mobile_ui @@ -1 +1 @@ -Subproject commit 73abe79bf1f106d65424c81244a65a0fca92a778 +Subproject commit 9d2021a97aad1a41d57caba7bf09d961221740cd