commit | 47dcff42dfa7efa763e282108f2619a2e6e5b8fb | [log] [tgz] |
---|---|---|
author | Raff Tsai <rafftsai@google.com> | Wed Aug 07 10:31:36 2019 +0800 |
committer | Raff Tsai <rafftsai@google.com> | Wed Aug 07 10:31:36 2019 +0800 |
tree | 1a6d73e32b63a9a5b38a30ff2c018b199faa5e88 | |
parent | b843707ef59050573fd00fb20673841886fec479 [diff] |
Fix storage page slow loading issue StorageAsyncLoader is the bottleneck. It needs to loop all installed apps and count all apps size. Original design was waiting the asyncLoader went back then hide the loading icon. Change the design to hide the loading icon before asyncLoader is back. Fixes: 138964123 Test: manual Change-Id: I54c2efa7cf61d711145811619512d927adcee210