Skip to content

Commit 4121c8a

Browse files
generatedunixname934416832565307meta-codesync[bot]
authored andcommitted
{"filepath":"fbandroid/libraries/fresco/vito/view/src/main/BUCK","target":"fbsource//fbandroid/libraries/fresco/vito/view/src/main:view"}
Reviewed By: drhill-meta Differential Revision: D95940125 fbshipit-source-id: 0b86180d892968988bfeeb9adef7a6f045674bd5
1 parent 225a89a commit 4121c8a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

vito/view/src/main/java/com/facebook/fresco/vito/view/impl/VitoViewImpl2.kt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,7 @@ object VitoViewImpl2 {
5858
}
5959

6060
private val onLayoutChangeListener: View.OnLayoutChangeListener =
61-
View.OnLayoutChangeListener {
62-
view,
63-
left,
64-
top,
65-
right,
66-
bottom,
67-
oldLeft,
68-
oldTop,
69-
oldRight,
70-
oldBottom,
61+
View.OnLayoutChangeListener { view, _, _, _, _, _, _, _, _,
7162
->
7263
if (useOnLayoutChange.get()) {
7364
getDrawable(view)?.apply {

0 commit comments

Comments
 (0)