mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00: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