Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Nov 6, 2024
1 parent ad495fb commit 5549678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ class RNPlayerView(
}
this._playerView = playerView
if (playerView.parent != this) {
(playerView.parent as ViewGroup?)?.removeView(playerView)
addView(playerView, 0)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ class RNPlayerViewManager(private val context: ReactApplicationContext) : Simple
block()
} catch (e: Exception) {
Log.e(MODULE_NAME, "Error while executing command", e)
// TODO: re throw
}
}
}

0 comments on commit 5549678

Please sign in to comment.