mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
E-Hentai WatchedList checkbox fix (#2)
This commit is contained in:
@ -586,7 +586,8 @@ class EHentai(override val id: Long,
|
||||
|
||||
class Watched : Filter.CheckBox("Watched List"), UriFilter {
|
||||
override fun addToUri(builder: Uri.Builder) {
|
||||
builder.appendPath("watched")
|
||||
if(state)
|
||||
builder.appendPath("watched")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user