[skip ci] Fix dead `Filter.kt` link in the CONTRIBUTING.md guide (#17637)

Filter.kt not found because it's moved
This commit is contained in:
iD-666 2023-08-23 23:01:42 +07:00 committed by GitHub
parent 36504841ee
commit 2ee2a60591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late
##### Filters ##### Filters
The search flow have support to filters that can be added to a `FilterList` inside the `getFilterList` method. When the user changes the filters' state, they will be passed to the `searchRequest`, and they can be iterated to create the request (by getting the `filter.state` value, where the type varies depending on the `Filter` used). You can check the filter types available [here](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/src/main/java/eu/kanade/tachiyomi/source/model/Filter.kt) and in the table below. The search flow have support to filters that can be added to a `FilterList` inside the `getFilterList` method. When the user changes the filters' state, they will be passed to the `searchRequest`, and they can be iterated to create the request (by getting the `filter.state` value, where the type varies depending on the `Filter` used). You can check the filter types available [here](https://github.com/tachiyomiorg/tachiyomi/blob/master/source-api/src/commonMain/kotlin/eu/kanade/tachiyomi/source/model/Filter.kt) and in the table below.
| Filter | State type | Description | | Filter | State type | Description |
| ------ | ---------- | ----------- | | ------ | ---------- | ----------- |