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

Commit b241b4c6 authored by Adam Powell's avatar Adam Powell
Browse files

Make the overridden ImageView#setVisibility remotable

Change-Id: Idaf061ea8c2a06ec8abaf74cf865446d9092afa2
parent 49654c72
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,7 @@ public class ImageView extends View {
        }
    }

    @RemotableViewMethod
    @Override
    public void setVisibility(int visibility) {
        super.setVisibility(visibility);