79114015

Date: 2024-10-22 12:23:31
Score: 1
Natty:
Report link

Just add this to the box/column/whatever the main content is inside the drawerContent:

modifier = Modifier.clickable (
            enabled = true,
            onClickLabel = null,
            role = null,
            onClick = {},
            interactionSource = remember { MutableInteractionSource() },
            indication = null )

also make sure gesturesEnabled is set to true

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user27930440