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

Commit 3a93f0ff authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Fix broken build due to @RemotableViewMethod

Change-Id: I63c6cb4fa68df114220efb2f263115e773e25f5d
parent 7b77e0c7
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()) {