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

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

Merge "Fix broken build due to @RemotableViewMethod" into nyc-dev

parents 5500bb1d 3a93f0ff
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()) {