Convert main app build.gradle to .gradle.kts.

This commit is contained in:
Greyson Parrelli
2023-11-27 08:32:28 -05:00
committed by Cody Henthorne
parent 923eb05e59
commit ac5d0bf8a3
6 changed files with 760 additions and 749 deletions

View File

@@ -383,7 +383,7 @@ class TransferControlView @JvmOverloads constructor(context: Context, attrs: Att
if (currentState.downloadClickedListener == null) {
Log.w(TAG, "No click listener set for retry!")
}
binding.secondaryProgressView.startClickListener = currentState.downloadClickedListener
applyFocusableAndClickable(currentState, listOf(binding.secondaryProgressView), listOf(binding.primaryProgressView, binding.playVideoButton))
showAllViews(