Fixed an issue where the setVisibility wasn't annotated

The setVisibility method wasn't properly using the
@RemotableViewMethod and therefore certain notifications
could not be sent.

Change-Id: Ic5fce695486d53f1b327d3137cbe67beacfaafb9
This commit is contained in:
Selim Cinek
2017-01-11 00:12:14 +01:00
parent c7652791f7
commit d3b4a1b9bd

View File

@@ -187,6 +187,7 @@ public class CachingIconView extends ImageView {
}
@Override
@RemotableViewMethod
public void setVisibility(int visibility) {
mDesiredVisibility = visibility;
updateVisibility();