Adjust fix for #1029

We are in the 2020s now. So, adjust fix for issue 1029 to include
2020s too.
This commit is contained in:
Kaartic Sivaraam 2022-03-19 17:24:25 +05:30
parent 9a1d3efe75
commit 64a54ec09b

View file

@ -45,7 +45,7 @@ class CategoriesModel @Inject constructor(
&& (item.matches("(.*)needing(.*)".toRegex())
|| item.matches("(.*)taken on(.*)".toRegex()))
|| (item.matches(".*0s.*".toRegex())
&& !item.matches(".*(200|201)0s.*".toRegex()))
&& !item.matches(".*(200|201|202)0s.*".toRegex()))
}
/**