Fix VoicemailChangePinActivity crash on dialog dismiss

The VoicemailChangePinActivity code would crash if the activity was torn
down before the async task finished. Fix was to check the activity state
before calling Dialog.dismiss().

Bug: 31068693
Change-Id: I0089f13ab8f0cc88b960b6733ba6176f77ce57fa
1 file changed