We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e21787 commit 67f40eaCopy full SHA for 67f40ea
1 file changed
base/src/main/java/io/github/sds100/keymapper/base/constraints/Constraint.kt
@@ -514,7 +514,7 @@ object ConstraintEntityMapper {
514
ConstraintEntity.FLASHLIGHT_OFF,
515
EntityExtra(
516
ConstraintEntity.EXTRA_FLASHLIGHT_CAMERA_LENS,
517
- LENS_MAP[constraint.data.lens]!!
+ LENS_MAP[constraint.data.lens]!!,
518
),
519
)
520
@@ -523,7 +523,7 @@ object ConstraintEntityMapper {
523
ConstraintEntity.FLASHLIGHT_ON,
524
525
526
527
528
529
0 commit comments