Group mode dialogs together in bottom reader bar
(cherry picked from commit 3a8aa3e8cd7b725ee73b7fe67d0b1c3111af977b) # Conflicts: # app/src/main/java/eu/kanade/presentation/reader/appbars/BottomReaderBar.kt
This commit is contained in:
parent
4687f81c42
commit
07af2920ff
@ -92,6 +92,15 @@ fun BottomReaderBar(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ReaderBottomButton.Rotation.isIn(enabledButtons)) {
|
||||||
|
IconButton(onClick = onClickOrientation) {
|
||||||
|
Icon(
|
||||||
|
painter = painterResource(orientation.iconRes),
|
||||||
|
contentDescription = stringResource(R.string.pref_rotation_type),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
val cropBorders = when (readingMode) {
|
val cropBorders = when (readingMode) {
|
||||||
ReadingMode.WEBTOON -> ReaderBottomButton.CropBordersWebtoon
|
ReadingMode.WEBTOON -> ReaderBottomButton.CropBordersWebtoon
|
||||||
ReadingMode.CONTINUOUS_VERTICAL -> ReaderBottomButton.CropBordersContinuesVertical
|
ReadingMode.CONTINUOUS_VERTICAL -> ReaderBottomButton.CropBordersContinuesVertical
|
||||||
@ -106,15 +115,6 @@ fun BottomReaderBar(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ReaderBottomButton.Rotation.isIn(enabledButtons)) {
|
|
||||||
IconButton(onClick = onClickOrientation) {
|
|
||||||
Icon(
|
|
||||||
painter = painterResource(orientation.iconRes),
|
|
||||||
contentDescription = stringResource(R.string.pref_rotation_type),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!dualPageSplitEnabled &&
|
!dualPageSplitEnabled &&
|
||||||
ReaderBottomButton.PageLayout.isIn(enabledButtons) &&
|
ReaderBottomButton.PageLayout.isIn(enabledButtons) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user