summaryrefslogtreecommitdiff
path: root/docs/html/sdk/support_api_diff
diff options
context:
space:
mode:
authorgaochong <gaochong@xiaomi.com>2018-01-09 14:02:23 +0800
committergaochong <gaochong@xiaomi.com>2018-01-09 14:02:23 +0800
commitcbe2c55a69f15aa0a5f9a8913e82cedd742781c9 (patch)
treec718f47cf3b8bc2eb5205c9df153e58e157236ff /docs/html/sdk/support_api_diff
parent5d286326b15171d6a8a54d9fbc0e928fb06ef6bd (diff)
Fix ResolverActivity don't show items
ResolverActivity sort the list resolved intent with AsyncTask. The method sort hold CountDownLatch to wait the time-consuming operation. In some case, the operation doesn't end and the CountDownLatch can't be released.The default excutor of AsyncTask is serial. There should release CountDownLatch in destroy() to avoid this case. Change-Id: Ie10126f735d9f511dfe086c21f3f5ffaeb831086 Signed-off-by: gaochong <gaochong@xiaomi.com> Test: manual - repeatedly test ResolverActivity show correctly Bug: 71730061
Diffstat (limited to 'docs/html/sdk/support_api_diff')
0 files changed, 0 insertions, 0 deletions