Merge "add @RemotableViewMethod to TextView#setEnabled b/28304068" into nyc-dev am: 22d91b0eb4 am: b99a507ec0
am: 6d9221ed9b
* commit '6d9221ed9bd4413d9c6bf43ac56c2849e34676bd':
add @RemotableViewMethod to TextView#setEnabled b/28304068
Change-Id: I6c2721de82645f49b4fec6f99902b98a81d4ebe6
This commit is contained in:
@@ -1591,6 +1591,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
}
|
||||
}
|
||||
|
||||
@RemotableViewMethod
|
||||
@Override
|
||||
public void setEnabled(boolean enabled) {
|
||||
if (enabled == isEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user