mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
also count 2020s as "recent years"
This commit is contained in:
parent
81d553cf8c
commit
d078b2d81a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,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(".*20[0-2]0s.*".toRegex())
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue