File tree Expand file tree Collapse file tree
data/src/main/java/io/github/sds100/keymapper/data/entities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ data class ConstraintEntity(
6060
6161 const val PHYSICAL_ORIENTATION_PORTRAIT = " constraint_physical_orientation_portrait"
6262 const val PHYSICAL_ORIENTATION_LANDSCAPE = " constraint_physical_orientation_landscape"
63- const val PHYSICAL_ORIENTATION_PORTRAIT_INVERTED = " constraint_physical_orientation_portrait_inverted"
64- const val PHYSICAL_ORIENTATION_LANDSCAPE_INVERTED = " constraint_physical_orientation_landscape_inverted"
63+ const val PHYSICAL_ORIENTATION_PORTRAIT_INVERTED =
64+ " constraint_physical_orientation_portrait_inverted"
65+ const val PHYSICAL_ORIENTATION_LANDSCAPE_INVERTED =
66+ " constraint_physical_orientation_landscape_inverted"
6567
6668 const val FLASHLIGHT_ON = " flashlight_on"
6769 const val FLASHLIGHT_OFF = " flashlight_off"
You can’t perform that action at this time.
0 commit comments