Skip to content

Commit

Permalink
Uploaded new apk file
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cioccarelli <[email protected]>
  • Loading branch information
cioccarellia committed Mar 11, 2019
1 parent e3e7636 commit e1e8f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ class BottomDialogFragment(val remoteResult: Result) : BottomSheetDialogFragment
.into(view.find(R.id.thumb_icon))

with(view) {
find<CardView>(R.id.thumbCard).setOnClickListener {
showChangeFileNameDialog()
}
find<CardView>(R.id.thumbCard).setOnClickListener { showChangeFileNameDialog() }
find<CardView>(R.id.play).setOnClickListener { openVideoInDialog() }
find<CardView>(R.id.open_video).setOnClickListener { openVideo() }
find<CardView>(R.id.open_channel).setOnClickListener { openChannel() }
Expand Down
Binary file modified bin/music-downloader.apk
Binary file not shown.

0 comments on commit e1e8f1d

Please sign in to comment.