Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmmedrejowan committed May 10, 2024
1 parent 80cba23 commit 635efb7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class VideoView : AppCompatActivity() {
title = intent.getStringExtra("title").toString()
videoUrl = intent.getStringExtra("videoUrl").toString()

Log.e("VideoView", "onCreate: $title $videoUrl")

binding.title.text = title
binding.title.maxLines = 1
Expand Down

0 comments on commit 635efb7

Please sign in to comment.