Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 9, 2019
1 parent 9d72b38 commit 8b0b32e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ open class LinkCardView : FrameLayout, View.OnClickListener {
}
}
ImageType.YOUTUBE -> context.startActivity(Intent(Intent.ACTION_VIEW, url.toUri()))
else -> {
}
else -> Unit
}
}
}
Expand Down

0 comments on commit 8b0b32e

Please sign in to comment.