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

Commit 22d91b0e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "add @RemotableViewMethod to TextView#setEnabled b/28304068" into nyc-dev

parents 5da7a4a3 7b77e0c7
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()) {