Merge "[BiometricsV2] Fix end-to-end enroll test fail" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e1b10e9eb
@@ -140,7 +140,7 @@ open class FingerprintEnrollmentActivity : FragmentActivity() {
|
|||||||
action?.let { onEnrollingAction(it) }
|
action?.let { onEnrollingAction(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
private val finishActionObserver = Observer<Int> { action ->
|
private val finishActionObserver = Observer<Int?> { action ->
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Log.d(TAG, "finishActionObserver($action)")
|
Log.d(TAG, "finishActionObserver($action)")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user