Fuck you Android studio, please fix your goddamn focus, I wanted to type into the terminal, not the editor
This commit is contained in:
parent
f272541724
commit
c664f2e777
@ -30,7 +30,7 @@ fun LauncherGestureHandler() {
|
||||
|
||||
val gestureState by viewModel.gestureState.collectAsState(GestureState())
|
||||
|
||||
val shouldDetectDoubleTapGesture = gestureState.gdoubleTapAction != GestureAction.None
|
||||
val shouldDetectDoubleTapGesture = gestureState.doubleTapAction != GestureAction.None
|
||||
|
||||
LaunchedEffect(shouldDetectDoubleTapGesture) {
|
||||
gestureDetector.shouldDetectDoubleTaps = shouldDetectDoubleTapGesture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user