commit | 7a5e4c9161396805fefb15ffcf1f09b019daf35b | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Mon Jul 31 16:40:19 2017 +0200 |
committer | Adrian Roos <roosa@google.com> | Wed Aug 02 14:47:52 2017 +0200 |
tree | 4c999fc156d178f58540f39d8a27489b5580e5a0 | |
parent | 273bb516ad875048bb14eb4f3f598c295c44991a [diff] |
WakeAndUnlock: Make sure to wait for screen turning on Fixes an issue where instead of waiting for screen on we start the unlock transition immediately when the screen is already on. Instead, we have to wait for it to turn off and then on again. Change-Id: Ib1f66edc6ad2d3e71c4bf928b4b0e7531babf6e0 Fixes: 64080116 Test: Unlock via fingerprint a lot. Verify the status bar does not flicker.