Vlas Artanov
Results
2
comments of
Vlas Artanov
You can try to set this layout property for androidx.viewpager2.widget.ViewPager2 `android:saveEnabled="false"`
Try to add these lines of code to your's build.gradle: ``` dependencies { implementation "androidx.window:window:1.0.0" // For Java-friendly APIs to register and unregister callbacks implementation "androidx.window:window-java:1.0.0" // For RxJava2 integration...