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:
ByteHamster 2020-05-08 22:50:13 +02:00
parent 9e7e87f817
commit 181addf619
1 changed files with 1 additions and 1 deletions

View File

@ -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'