Assigned
Status Update
Comments
el...@capitalone.com <el...@capitalone.com> #2
I face with the same problem. I have different pageMargin in landscape and portrait and when viewpager is scrolled for the more than first position, after rotating device it is shifted.
I beleive the problem is inside onSizeChanged that is called after onConfigurationChanged, it has following code:
if (w != oldw) {
recomputeScrollPosition(w, oldw, mPageMargin, mPageMargin);
}
w always not equals oldw when changing orientation, so recomputeScrollPosition is called, but whit the same values for margin and oldMargin.
This should be fixed.
I beleive the problem is inside onSizeChanged that is called after onConfigurationChanged, it has following code:
if (w != oldw) {
recomputeScrollPosition(w, oldw, mPageMargin, mPageMargin);
}
w always not equals oldw when changing orientation, so recomputeScrollPosition is called, but whit the same values for margin and oldMargin.
This should be fixed.
hn...@gmail.com <hn...@gmail.com> #3
[Comment deleted]
Description
- Device type: Google Pixel 6 Pro
- OS version: 13
- Biometric library version: 1.1.0
STEPS TO REPRODUCE
[Be as specific as possible please]
1.open a biometric prompt
2.use an incorrect finger to attempt to unlock (repeat until locked, should be 3 attempts)
3.per documentation, wait over 30 seconds to try again (
EXPECTED RESULTS should be able to see biometric prompt again and re-attempt to enter fingerprint
OBSERVED RESULTS OS still returns error code 7, indicating biometrics are locked due to invalid attempts, this can persist until the device screen is locked, and a pin is used to unlock access again.
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (e.g. 3/10) 10/10