Move rec button higher on tablet view

This commit is contained in:
Jobobby04 2021-05-30 17:25:50 -04:00
parent 8d3c0199b4
commit 7907723623

View File

@ -348,9 +348,9 @@ class MangaController :
it.adapter = ConcatAdapter( it.adapter = ConcatAdapter(
listOfNotNull( listOfNotNull(
mangaInfoAdapter, mangaInfoAdapter,
mangaInfoButtonsAdapter,
mangaMetaInfoAdapter, mangaMetaInfoAdapter,
mangaInfoItemAdapter, mangaInfoItemAdapter
mangaInfoButtonsAdapter
) )
) )