commit | 0d9f798e9f76b13b07ac3dee3ff90b5530f53145 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Thu Feb 25 19:56:06 2010 -0800 |
committer | Jim Miller <jaggies@google.com> | Thu Feb 25 21:33:48 2010 -0800 |
tree | 99ee7ba871dffb432c92c37320cbfeaca6c3ae6b | |
parent | e180426c9d35377baac3aaa26bf40f1d72daf4fd [diff] |
Fix 2468960: Make sure unlock screen gets updated when SIM state changes. Added code to let us lazily re-create the unlock screen when the SIM status changes. This fixes a bug where we sometimes show the Pattern/Password unlock instead of the SIM PIN unlock due to an ordering issue with recent changes to the telephony layer SIM update logic. It now correctly re-evaluates the SIM state and updates the UI accordingly.