mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Convert main app build.gradle to .gradle.kts.
This commit is contained in:
committed by
Cody Henthorne
parent
923eb05e59
commit
ac5d0bf8a3
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user