mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Ktlint formatting.
This commit is contained in:
parent
22c7ebcc9c
commit
214b90c84d
@ -126,7 +126,7 @@ class ChannelFragment : BaseFragment() {
|
||||
}
|
||||
|
||||
binding.channelShare.setOnClickListener {
|
||||
val shareDialog = ShareDialog(response.name!!, false, true)
|
||||
val shareDialog = ShareDialog(response.name!!, false, true)
|
||||
shareDialog.show(childFragmentManager, ShareDialog::class.java.name)
|
||||
}
|
||||
}
|
||||
|
@ -425,7 +425,7 @@ class PlayerFragment : BaseFragment() {
|
||||
|
||||
// share button
|
||||
binding.relPlayerShare.setOnClickListener {
|
||||
val shareDialog = ShareDialog(videoId!!, false, false,exoPlayer.currentPosition / 1000)
|
||||
val shareDialog = ShareDialog(videoId!!, false, false, exoPlayer.currentPosition / 1000)
|
||||
shareDialog.show(childFragmentManager, ShareDialog::class.java.name)
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,6 @@ package com.github.libretube.util
|
||||
|
||||
import android.content.Context
|
||||
import android.os.Build
|
||||
import com.github.libretube.BuildConfig
|
||||
import com.github.libretube.constants.DownloadType
|
||||
import com.github.libretube.obj.DownloadedFile
|
||||
import java.io.File
|
||||
|
Loading…
x
Reference in New Issue
Block a user