Assigned
Status Update
Comments
sh...@gmail.com <sh...@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.
Description
I am facing issue for "FEATURE_FACE" on Poco M3 Pro 5G and Redmi Note 7 Pro, i have added face unlock for both the device.
both the device dose not have FEATURE_FACE which is returning false, but i can unlock both the devices from my lock-screen via face unlock feature.
my question is this if device dose not have face recognition hardware then can we use face unlock feature.
current dependency
implementation "androidx.biometric:biometric:1.2.0-alpha04"
BUILD INFO
- Device type: Android
- OS version: 10 & 11
- Biometric library version:
implementation "androidx.biometric:biometric:1.2.0-alpha04"