Assigned
Status Update
Comments
ma...@gmail.com <ma...@gmail.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.
sp...@google.com <sp...@google.com> #3
[Comment deleted]
Description
- A bugreport immediately after the issue occurs.
- Sample project to trigger the issue.
BUILD INFO
- Device type: Emulator pixel 8 pro
- OS version: 10
- Biometric library version:1.1.0
STEPS TO REPRODUCE
[Be as specific as possible please]
1.activate fingerprint from device settings.
2.go for the app to authenticate
3.crash happen
EXPECTED RESULTS
Authenticate using biometric fingerprint normally
OBSERVED RESULTS
i got this exception only on android 10 , below and above are behaving normally.
java.security.InvalidAlgorithmParameterException: java.lang.IllegalStateException: At least one biometric must be enrolled to create keys requiring user authentication for every use
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE ( 10/10)