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

Commit 84e85f2e 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

* commit '44157a4a':
  Fix broken build due to @RemotableViewMethod

Change-Id: Iad3e7a73952046d00e533ddb0ccabe28d3d646c6
parents c27d18d6 44157a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1591,7 +1591,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }
        }
    }
    }


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