You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we updated from viewPager2 1.1.0-alpha01 to 1.1.0-beta01 we've had issues with android 9. Views, that are siblings to a viewpager2 view in a constraintview, that are constrained to the bottom with navigation bar inset padding at the bottom, ends up behind the navigation bar instead of above it. Not a problem in newer versions of android.
Since we updated from viewPager2 1.1.0-alpha01 to 1.1.0-beta01 we've had issues with android 9. Views, that are siblings to a viewpager2 view in a constraintview, that are constrained to the bottom with navigation bar inset padding at the bottom, ends up behind the navigation bar instead of above it. Not a problem in newer versions of android.
I suspect that this might be the issue:
https://android-review.googlesource.com/c/platform/frameworks/support/+/1254620/10
The text was updated successfully, but these errors were encountered: