Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: 1.1.0-alpha01
Devices/Android versions reproduced on: Samsung Galaxy Note 4, Android 6.0.1
I use ViewPager2 with TabLayout with 2 fixed tabs (Tab 1 & Tab 2).
When i select Tab 2 and rotate my phone several times, TabLayout switches to Tab 1, but ViewPager2 stops in the middle of Tab 1 & Tab 2.
My activity settings in the Manifest: android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode|layoutDirection"