Fix button readall not working as soon as the app was started but only after switching category. (#393)
This commit is contained in:
@ -100,7 +100,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
|
||||
private var displayAllCount = false
|
||||
private var fullHeightCards: Boolean = false
|
||||
private var itemsNumber: Int = 200
|
||||
private var elementsShown: Int = 0
|
||||
private var elementsShown: Int = 1
|
||||
private var maybeTagFilter: Tag? = null
|
||||
private var maybeSourceFilter: Source? = null
|
||||
private var maybeSearchFilter: String? = null
|
||||
|
Reference in New Issue
Block a user