Update to Kotlin 1.4.21 and kotlinter 3.3.0

This commit is contained in:
arkon
2020-12-08 22:31:48 -05:00
parent 2bb7a33bc3
commit 59859e124f
5 changed files with 8 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ class WebtoonAdapter(val viewer: WebtoonViewer) : RecyclerView.Adapter<RecyclerV
private set
var currentChapter: ReaderChapter? = null
/**
* Updates this adapter with the given [chapters]. It handles setting a few pages of the
* next/previous chapter to allow seamless transitions.