mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-22 19:07:39 +00:00
Kotlin auto formatting
This commit is contained in:
@@ -294,8 +294,10 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun showLongTapDialog(selectedItem: ChannelInfoItem) {
|
private fun showLongTapDialog(selectedItem: ChannelInfoItem) {
|
||||||
val commands = arrayOf(getString(R.string.share), getString(R.string.open_in_browser),
|
val commands = arrayOf(
|
||||||
getString(R.string.unsubscribe))
|
getString(R.string.share), getString(R.string.open_in_browser),
|
||||||
|
getString(R.string.unsubscribe)
|
||||||
|
)
|
||||||
|
|
||||||
val actions = DialogInterface.OnClickListener { _, i ->
|
val actions = DialogInterface.OnClickListener { _, i ->
|
||||||
when (i) {
|
when (i) {
|
||||||
|
Reference in New Issue
Block a user