mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 12:38:58 +01:00
Tweaks on Library screen (#7597)
- Toolbar not having padding in landscape - Fix library always refreshing everything even though user is refreshing category - Tab text using primary color - Fix Grid having to big of a top padding - Fix Pager crashing when initial page is greater than the number of categories
This commit is contained in:
@@ -62,7 +62,7 @@ class LibraryController(
|
||||
onDeleteClicked = ::showDeleteMangaDialog,
|
||||
onClickFilter = ::showSettingsSheet,
|
||||
onClickRefresh = {
|
||||
if (LibraryUpdateService.start(context)) {
|
||||
if (LibraryUpdateService.start(context, it)) {
|
||||
context.toast(R.string.updating_library)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user