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

Commit d9edb23f 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: I8ea8b32a7e57d479ee46bd8f43930f1ea53a5919
parents c1a3af45 44157a4a
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()) {