mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-02 15:53:55 +01:00
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:
parent
9a1d3efe75
commit
64a54ec09b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class CategoriesModel @Inject constructor(
|
||||||
&& (item.matches("(.*)needing(.*)".toRegex())
|
&& (item.matches("(.*)needing(.*)".toRegex())
|
||||||
|| item.matches("(.*)taken on(.*)".toRegex()))
|
|| item.matches("(.*)taken on(.*)".toRegex()))
|
||||||
|| (item.matches(".*0s.*".toRegex())
|
|| (item.matches(".*0s.*".toRegex())
|
||||||
&& !item.matches(".*(200|201)0s.*".toRegex()))
|
&& !item.matches(".*(200|201|202)0s.*".toRegex()))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue