tachiyomi/app/src/main/java/eu/kanade
arkon 2ebc8d9ae5 Save current page state on configuration change
Fixes #8881

The actual issue is that the ViewModel migration actually differs between what the current `init` block
and previous `onSave` methods did; where the `init` block does not get triggered on saving the
instance on config changes.

Not entirely sure why onSaveInstanceState was explicitly avoided for config changes before, but we
just do it all the time now and end up updating the requestedPage with the current page.
2023-01-21 20:18:12 -05:00
..
core Implement simple stats screen (#8068) 2022-11-26 15:50:26 -05:00
data Move SQLDelight to data module (#8954) 2023-01-21 10:37:07 -05:00
domain Fix installing extensions on MIUI (#8916) 2023-01-15 10:32:27 -05:00
presentation Move SQLDelight to data module (#8954) 2023-01-21 10:37:07 -05:00
tachiyomi Save current page state on configuration change 2023-01-21 20:18:12 -05:00