mihon/app/src/main/java/eu/kanade/presentation/manga
Ivan Iskandar 34906a7425
MangaScreen: Ditch the expanded app bar (#7470)
Animating the content padding that's used for the lazy list is heavy. A simple
fix to *just* offset the list is blocked by a Compose fling issue (b/179417109).

So I decided to go with the previous layout of this screen by putting everything
in the list. MangaInfoHeader is split into separate composables to avoid jank
when the item is being inflated.
2022-07-09 12:37:49 -04:00
..
components MangaScreen: Ditch the expanded app bar (#7470) 2022-07-09 12:37:49 -04:00
MangaScreen.kt MangaScreen: Ditch the expanded app bar (#7470) 2022-07-09 12:37:49 -04:00
MangaScreenConstants.kt MangaController overhaul (#7244) 2022-06-25 11:03:48 -04:00