Skip to content

Commit 0ddcad0

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Make the overridden ImageView#setVisibility remotable" into ics-mr1
2 parents d562d30 + b241b4c commit 0ddcad0

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)