mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make the android label selector scrollable
This commit is contained in:
parent
ac61c4e380
commit
c4510c7b55
1 changed files with 2 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
|||
package app.omnivore.omnivore.ui.components
|
||||
|
||||
import LabelChip
|
||||
import androidx.compose.foundation.Canvas
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.clickable
|
||||
import androidx.compose.foundation.*
|
||||
import androidx.compose.foundation.interaction.FocusInteraction
|
||||
import androidx.compose.foundation.interaction.MutableInteractionSource
|
||||
import androidx.compose.foundation.interaction.PressInteraction
|
||||
|
|
@ -279,6 +277,7 @@ fun LabelsSelectionSheetContent(
|
|||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.verticalScroll(rememberScrollState())
|
||||
.padding(horizontal = 5.dp)
|
||||
) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue