0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Fix lint warnings

This commit is contained in:
Christine Coenen 2021-11-19 20:00:54 +01:00
parent a656dc5da4
commit f51d8a55ce
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<a href="https://f-droid.org/repository/browse/?fdid=de.christinecoenen.code.zapp" target="_blank"> <a href="https://f-droid.org/repository/browse/?fdid=de.christinecoenen.code.zapp" target="_blank">
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a> <img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/></a>
![ZAPP](app/src/main/play/listings/en-US/graphics/feature-graphic/funktionsgrafik.jpg) ![ZAPP](fastlane/metadata/android/en-US/images/featureGraphic.jpg)
1. [Über](#über) 1. [Über](#über)
2. [FAQ](app/src/main/res/raw/faq.md) 2. [FAQ](app/src/main/res/raw/faq.md)

View File

@ -10,7 +10,7 @@ import java.io.IOException
class MediathekPagingSource( class MediathekPagingSource(
private val mediathekApi: IMediathekApiService, private val mediathekApi: IMediathekApiService,
val query: QueryRequest private val query: QueryRequest
) : PagingSource<Int, MediathekShow>() { ) : PagingSource<Int, MediathekShow>() {
override fun getRefreshKey(state: PagingState<Int, MediathekShow>): Int? { override fun getRefreshKey(state: PagingState<Int, MediathekShow>): Int? {

View File

@ -10,5 +10,4 @@
<color name="text_alwayslight_primary">#ffffff</color> <color name="text_alwayslight_primary">#ffffff</color>
<color name="text_alwayslight_secondary">#CBFFFFFF</color> <color name="text_alwayslight_secondary">#CBFFFFFF</color>
<color name="text_alwayslight_tertiary">#ACFFFFFF</color>
</resources> </resources>