commit | 607d320c9d18a57350bef72cc74017366ffd04ec | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Mon Jan 17 14:52:09 2011 -0800 |
committer | Jim Miller <jaggies@google.com> | Mon Jan 17 14:52:09 2011 -0800 |
tree | afb2aa66eac32343619202a55a17f3f2b9de064d | |
parent | cf18c4788af740773c9b2720a1c4ed5f45454b8e [diff] |
Fix 3303606: invalidate WaveView after resetting state This fixes a bug where the unlock state machine was in the reset state when it awakes which caused it to ignore the first unlock attempt. The reason for this is the state machine didn't run again until the next user input. We now invalidate the drawing area to ensure the unlock state machine runs and is ready when LockScreen shows again. Change-Id: I9f2b279d432ff634ba0b29e606cdc954718a2ad2