mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
Fixed formatting with ktlint.
This commit is contained in:
parent
7710b5c717
commit
e265d0523b
@ -56,8 +56,8 @@ class TrendingAdapter(
|
||||
textViewChannel.text =
|
||||
trending.uploaderName + " • " +
|
||||
trending.views.formatShort() + " " +
|
||||
getApplicationContext().resources.getString(R.string.views_placeholder) +
|
||||
" • " + DateUtils.getRelativeTimeSpanString(trending.uploaded!!)
|
||||
getApplicationContext().resources.getString(R.string.views_placeholder) +
|
||||
" • " + DateUtils.getRelativeTimeSpanString(trending.uploaded!!)
|
||||
thumbnailDuration.setFormattedDuration(trending.duration!!)
|
||||
channelImage.setOnClickListener {
|
||||
NavigationHelper.navigateChannel(root.context, trending.uploaderUrl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user