Assigned
Status Update
Comments
sp...@google.com <sp...@google.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.
Description
- Biometric return BIOMETRIC_ERROR_NONE_ENROLLED for facial recognition although I already register Face ID.
- This is happening with me on Android 11 on several devices, also I tried it on Android 13 it works fine.
- Biometric library version:
androidx.biometric:biometric:1.1.0
EXPECTED RESULTS
Make an authenticate with Face ID
OBSERVED RESULTS
No fingerprints enrolled