Wholphin/app/src/main/java/com/github/damontecres/wholphin
Ray 13d70e7623
Rework internals of ApiRequestPager (#518)
## Description
Changes how `init()` works for `ApiRequestPager` so that it 1) always
forces updating the total count if needed and 2) propagates errors
during the initial fetch up to the original caller

This means if an error occurs during the initialization of the pager
data, it won't be quietly logged and ignored. Instead, ViewModel code
will catch it and display an error in the UI.

### Related issues
Should fix #492
2025-12-20 14:39:48 -05:00
..
data Better images for genre grid (#501) 2025-12-19 10:46:57 -05:00
preferences Backdrop improvements (#476) 2025-12-17 11:18:57 -05:00
services Better images for genre grid (#501) 2025-12-19 10:46:57 -05:00
ui Rework internals of ApiRequestPager (#518) 2025-12-20 14:39:48 -05:00
util Rework internals of ApiRequestPager (#518) 2025-12-20 14:39:48 -05:00
MainActivity.kt Move time tracking into a CompositionLocal (#493) 2025-12-17 13:25:36 -05:00
WholphinApplication.kt Fix some threading issues (#364) 2025-12-02 19:17:28 -05:00