[TIMOB-25774] Windows: Contact request should not block UI thread
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-10-08T16:47:03.000+0000 |
Affected Version/s | Release 7.0.0 |
Fix Version/s | Release 7.5.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2018-02-13T07:24:29.000+0000 |
Updated | 2018-10-09T17:41:13.000+0000 |
Description
Requesting access to contact while
ContactManager::RequestStoreAsync
should not block UI thread because permission requesting dialog actually uses UI thread. This causes intermittent application freeze described in TIMOB-23332.
https://github.com/appcelerator/titanium_mobile_windows/pull/1183
FR Passed. Waiting for CR and merge.
PR merged
Verified the fix on SDK 7.5.0.v20181008124804. No freezing. Works as expected. Closing.