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

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

Merge "Fix broken build due to @RemotableViewMethod" into nyc-dev am: 44157a4a am: 84e85f2e

am: 035b1d1c

* commit '035b1d1c':
  Fix broken build due to @RemotableViewMethod

Change-Id: If70a4a63991756b7d8bec8236be09caa7705882e
parents e20723aa 035b1d1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1591,7 +1591,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }
    }

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