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 7d88341 commit 64a328cCopy full SHA for 64a328c
1 file changed
app/src/main/java/io/github/sds100/keymapper/constraints/ConstraintUtils.kt
@@ -46,7 +46,7 @@ object ConstraintUtils {
46
47
ConstraintId.ORIENTATION_90,
48
ConstraintId.ORIENTATION_270,
49
- -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
+ -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
50
51
ConstraintId.ORIENTATION_LANDSCAPE -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
52
ConstraintId.ORIENTATION_PORTRAIT -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentPortrait)
0 commit comments