Skip to content

Commit b241b4c

Browse files
committed
Make the overridden ImageView#setVisibility remotable
Change-Id: Idaf061ea8c2a06ec8abaf74cf865446d9092afa2
1 parent 49654c7 commit b241b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/widget/ImageView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ private void applyColorMod() {
10361036
}
10371037
}
10381038

1039+
@RemotableViewMethod
10391040
@Override
10401041
public void setVisibility(int visibility) {
10411042
super.setVisibility(visibility);

0 commit comments

Comments
 (0)