Fixed bug where pages did not snap correctly when rotating screen
This is fixed in ViewPager2:1.1.0-alpha01
This commit is contained in:
parent
9e7e87f817
commit
181addf619
|
@ -145,7 +145,7 @@ dependencies {
|
|||
implementation 'androidx.media:media:1.1.0'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.0.0'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
|
||||
implementation "androidx.work:work-runtime:$workManagerVersion"
|
||||
implementation 'com.google.android.material:material:1.1.0'
|
||||
|
||||
|
|
Loading…
Reference in New Issue