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

Commit fcba1b60 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 0ddcad0b: Merge "Make the overridden ImageView#setVisibility remotable" into ics-mr1

* commit '0ddcad0b':
  Make the overridden ImageView#setVisibility remotable
parents 33be88cb 0ddcad0b
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);