Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3b4a1b9 authored by Selim Cinek's avatar Selim Cinek
Browse files

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
parent c7652791
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ public class CachingIconView extends ImageView {
    }

    @Override
    @RemotableViewMethod
    public void setVisibility(int visibility) {
        mDesiredVisibility = visibility;
        updateVisibility();