Fixed Download Concurrency issue
Fixed image not showing up after reader is paused and resumed
This commit is contained in:
@@ -621,7 +621,7 @@ class MainActivity :
|
||||
else -> {
|
||||
searchHistory.map {
|
||||
Suggestion(it)
|
||||
}.takeLast(20) + FavoriteHistorySwitch(getString(R.string.search_show_tags))
|
||||
}.takeLast(10) + FavoriteHistorySwitch(getString(R.string.search_show_tags))
|
||||
}
|
||||
}.reversed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user