Skip to content

Commit

Permalink
lint: run ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbeesetti committed Nov 26, 2023
1 parent d04233a commit 2c82002
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ class PlayerActivity : AppCompatActivity() {
}
}


private fun playVideo(uri: Uri) = lifecycleScope.launch(Dispatchers.IO) {
playlistManager.updateCurrent(uri)
val isCurrentUriIsFromIntent = intent.data == uri
Expand Down

0 comments on commit 2c82002

Please sign in to comment.