Assigned
Status Update
Comments
[Deleted User] <[Deleted User]> #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.
gi...@gmail.com <gi...@gmail.com> #3
[Comment deleted]
Description
Version used:1.6.1 and 1.7.0-alpha03
Devices/Android versions reproduced on: Any Android version, tested on an emulator with API 29 and API 33
When the locale is changed on a button click, it doesn't update the Editext value with the updated locale while for TextView and Button, it's working correctly.
Attached project to reproduce and a recording is attached for the same. If possible please check for other components as well.
If this is a bug in the library, we would appreciate if you could attach:
- Zip file for the project is attached. (Note: Update sdk. dir if there is any build failure)
- Screen recording is attached.