Merge "Fix early session termination in FalsingManager" into nyc-dev

This commit is contained in:
Adrian Roos
2016-04-08 20:30:36 +00:00
committed by Android (Google) Code Review

View File

@@ -250,7 +250,6 @@ public class FalsingManager implements SensorEventListener {
FalsingLog.i("onSucccessfulUnlock", ""); FalsingLog.i("onSucccessfulUnlock", "");
} }
mDataCollector.onSucccessfulUnlock(); mDataCollector.onSucccessfulUnlock();
sessionExitpoint(true /* force */);
} }
public void onBouncerShown() { public void onBouncerShown() {