If you page around the pager adapters and navigate around the app for just a minute or so, you get a null ref exception on line 158 of MvxfragmentPagerAdapter2.
This is :
var f = _fragmentManager.GetFragment(bundle, key);
and the exception is:
Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference
If you page around the pager adapters and navigate around the app for just a minute or so, you get a null ref exception on line 158 of MvxfragmentPagerAdapter2. This is : var f = _fragmentManager.GetFragment(bundle, key); and the exception is: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference