Fix button readall not working as soon as the app was started but only after switching category. (#393)

This commit is contained in:
davidoskky 2022-01-07 20:46:06 +01:00 committed by GitHub
parent b2609554e6
commit 78d5744139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
private var displayAllCount = false private var displayAllCount = false
private var fullHeightCards: Boolean = false private var fullHeightCards: Boolean = false
private var itemsNumber: Int = 200 private var itemsNumber: Int = 200
private var elementsShown: Int = 0 private var elementsShown: Int = 1
private var maybeTagFilter: Tag? = null private var maybeTagFilter: Tag? = null
private var maybeSourceFilter: Source? = null private var maybeSourceFilter: Source? = null
private var maybeSearchFilter: String? = null private var maybeSearchFilter: String? = null