[TIMOB-28430] Android: Use correct TableView moveable property
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-05-04T15:44:25.000+0000 |
Affected Version/s | Release 9.3.1 |
Fix Version/s | Release 10.0.0 |
Components | Android |
Labels | TableView, android, parity |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2021-04-27T19:40:30.000+0000 |
Updated | 2021-05-04T15:44:25.000+0000 |
Description
- Currently documented for TableView and TableViewRow are
moveable
properties, however Android implements the alternate spelling movable
.
- For parity, moveable
should be implemented and movable
should be kept but not documented.
master: https://github.com/appcelerator/titanium_mobile/pull/12751
FR Passed. Waiting for jenkins.
merged to master and 10_0_X branch for 10.0.0 GA target