commit | 652a8d7b159ea159205a617ee43712bfbcc40def | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Fri Oct 02 16:48:06 2009 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Oct 07 18:16:19 2009 -0700 |
tree | b2bf5c835aeb1eee6e8e159d818580e9ab22d3d7 | |
parent | 2a5a27a05085c2e9d3884860970e2c56295de8c9 [diff] |
Fix ImportVCardActivity so that NPE will never occur during import. The NPE occurs only when the importing thread exits before the progress dialog is shown. In theory (and in practice), this is rare, but anyway, this is a bug. -----IMPORTANT----- This change is cherry-picked from the latest build to the eclair. Please see the description in the issue bellow. ------------------- Internal issue number: 2164280