bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.89k stars 342 forks source link

ViewPager2 destroy Controller when navigate to the next Controller #643

Open MkhytarMkhoian opened 3 years ago

MkhytarMkhoian commented 3 years ago

If we compare implementation for ViewPager and ViewPager2 there a difference. ViewPager2 adapter destroy the controller when we push another controller on top of it and when we go back to the previous screen the ViewPager2 create a controller from scratch