diff --git a/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java index d72be2305c0..b531183ff3a 100644 --- a/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java +++ b/android/titanium/src/java/org/appcelerator/titanium/proxy/TiViewProxy.java @@ -62,7 +62,7 @@ // others "focusable", "touchEnabled", "visible", "enabled", "opacity", - "softKeyboardOnFocus", "transform" + "softKeyboardOnFocus", "transform", "touchTestId" }) public abstract class TiViewProxy extends KrollProxy implements Handler.Callback {