Move rec button higher on tablet view
This commit is contained in:
parent
8d3c0199b4
commit
7907723623
1 changed files with 2 additions and 2 deletions
|
|
@ -348,9 +348,9 @@ class MangaController :
|
||||||
it.adapter = ConcatAdapter(
|
it.adapter = ConcatAdapter(
|
||||||
listOfNotNull(
|
listOfNotNull(
|
||||||
mangaInfoAdapter,
|
mangaInfoAdapter,
|
||||||
|
mangaInfoButtonsAdapter,
|
||||||
mangaMetaInfoAdapter,
|
mangaMetaInfoAdapter,
|
||||||
mangaInfoItemAdapter,
|
mangaInfoItemAdapter
|
||||||
mangaInfoButtonsAdapter
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue