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

Commit a51eb55a authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

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

am: 22d91b0e

* commit '22d91b0e':
  add @RemotableViewMethod to TextView#setEnabled b/28304068

Change-Id: Ib801e93f40e5a4bd40c11d309b20925ed2380626
parents 0f1ed72a 22d91b0e
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()) {