Skip to content

Commit

Permalink
feat: fix android ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanm-tkf committed Oct 12, 2023
1 parent 7bd19c2 commit aa9ecba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ class RNPlayerViewManager(private val context: ReactApplicationContext) : Simple
private fun setScalingMode(view: RNPlayerView, scalingMode: String) {
Handler(Looper.getMainLooper()).post {
view.playerView?.scalingMode = ScalingMode.valueOf(scalingMode)
}
}
}

Expand Down

0 comments on commit aa9ecba

Please sign in to comment.