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

Commit 7b77e0c7 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

add @RemotableViewMethod to TextView#setEnabled

b/28304068

Change-Id: Ia5464030a65c87dacdd75e5be331da017d7ef593
parent 50c410c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1591,6 +1591,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }
    }

    @RemotableViewMethod
    @Override
    public void setEnabled(boolean enabled) {
        if (enabled == isEnabled()) {