[AC-5561] Android: Picker change Event Listener doesn't fire at the first time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2018-01-31T14:02:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Ahmed Mohamed |
Assignee | Shak Hossain |
Created | 2018-01-31T13:26:14.000+0000 |
Updated | 2018-01-31T14:02:40.000+0000 |
Description
When data is assigned to picker BEFORE declaring the event listener; It's Okay, But when using Alloy data binding from web services the data is assigned to picker AFTER declaring the event listener So in this case, The picker can't handle the listener at the first time.
So the listener must be added to picker after fetching the data.
Duplicate of TIMOB-25687, fixed in 7.1.0!