Skip to content

Commit

Permalink
fix: android, addressing swaped ordinals with getCommandsMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
dawhitla committed Aug 7, 2023
1 parent 4e41331 commit 97ea749
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class AmazonIvsViewManager : SimpleViewManager<AmazonIvsView>() {
Commands.PLAY.ordinal,
"pause",
Commands.PAUSE.ordinal,
"seekTo",
Commands.SET_ORIGIN.ordinal,
"setOrigin",
Commands.SET_ORIGIN.ordinal,
"seekTo",
Commands.SEEK_TO.ordinal,
"togglePip",
Commands.TOGGLE_PIP.ordinal
Expand Down

0 comments on commit 97ea749

Please sign in to comment.