OSDN Git Service

Fix fingerprint enrolling bug.
authorJim Miller <jaggies@google.com>
Fri, 31 Jul 2015 21:05:25 +0000 (14:05 -0700)
committerJim Miller <jaggies@google.com>
Fri, 31 Jul 2015 23:17:24 +0000 (23:17 +0000)
commitefaa19d97d4aba1897357971af4c0991af71dbbd
treea56d8f27b25b4fe3cacc456ab34466ea97b6e902
parent88832a3d4d48b94a3c43a6240dff75b5d486681b
Fix fingerprint enrolling bug.

This fixes a bug where rotating the device would call post_enroll()
too early, thus invalidating the current session.

Fixes bug 22708390

Change-Id: Ib4a334b50c16630b4fe4b451f6019d41225b2011
src/com/android/settings/fingerprint/FingerprintSettings.java