OSDN Git Service

Fix ImportVCardActivity so that NPE will never occur during import.
authorDaisuke Miyakawa <dmiyakawa@google.com>
Fri, 2 Oct 2009 23:48:06 +0000 (16:48 -0700)
committerDaisuke Miyakawa <dmiyakawa@google.com>
Fri, 2 Oct 2009 23:48:06 +0000 (16:48 -0700)
commit5bc8b5ae64650e1a62d0b676b34c3f150631c951
tree437258118e1be4a79ce50312d3afc056bf7fdfbf
parentc382be42e915d254efaade3e5f6c4a4683ba678c
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.

Internal issue number: 2164280
src/com/android/contacts/ImportVCardActivity.java