Fuck you Android studio, please fix your goddamn focus, I wanted to type into the terminal, not the editor

This commit is contained in:
MM20 2023-02-25 17:57:16 +01:00
parent f272541724
commit c664f2e777
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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