Skip to content

Commit

Permalink
Add options
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Sep 17, 2024
1 parent ca5340f commit a57a2df
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ class DisplaySensorManager : SensorManager, SensorEventListener {
screenOrientation,
orientation,
icon,
mapOf()
mapOf(
"options" to listOf("portrait", "landscape", "square", STATE_UNKNOWN)
)
)
}

Expand Down

0 comments on commit a57a2df

Please sign in to comment.