commit | 399d1e9218cef40d27f4252cd71c6ec3847ef242 | [log] [tgz] |
---|---|---|
author | Luo, Honggang X <[email protected]> | Tue Mar 03 11:04:28 2015 +0100 |
committer | Zoran Jovanovic <[email protected]> | Tue Mar 17 11:59:48 2015 +0100 |
tree | f1049fc97f1974c8450641d4fe2f480d78c620de | |
parent | 0d928415189ac9ae8e469ccca938aee4207be9e7 [diff] |
Fix crash issue when dismiss MMI dialog Dialing an MMI code will start MMIDialogActivity to show MMI running dialog. After MMI code is completed, the activity will receive MMI completed event and dismiss the MMI running dialog. But before receiving this event, the MMIDialogActivity is already finished. So if we dismiss the dialog in this case, illegalArgumentException will happen and phone process crashes. Change-Id: Icfcb6473e202e2e851fa28d389a8a9a41dd2e396