tad
08/24/2021, 4:51 PMScott
08/24/2021, 4:52 PMKefas
08/25/2021, 5:34 AMtad
08/25/2021, 10:52 PMSurface(
color = MercuryTheme.colors.background,
// Clear focus when tapping on app background.
modifier = Modifier.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null,
) { focusManager.clearFocus() }
) {
// Rest of app
}
tad
08/25/2021, 10:55 PMfocusManager
is LocalFocusManager.current