[TIMOB-28216] Android: Parity with iOS for Ti.UI.ListView#deselectItem
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Unknown |
| Created | 2020-11-02T21:45:47.000+0000 |
| Updated | 2020-11-02T21:45:47.000+0000 |
Description
The
deselectItem method on the Ti.UI.ListView has been iOS-only since the beginning. Now that RecyclerView will be added to Android, it should be considered to remove this parity gap and add parity on the method. It cleans up a looot of conditional code, just like the selectionStyle property would - but that's another one.
No comments