Fragment show do not respect "AddToBackStack" MvxFragmentAttribute flag if fragment is not already in cache.
Therefore back press does not work on "first time back" for "standalone" Fragments.
This bug does not apply for some fragments like: ViewPager fragments as it seems that they are added to cache before "ShowFragment" call.
Steps to reproduce
Create new class which inherit from MvxFragment with MvxFragmentAttribute applied (AddToBackStack=true)
Make call to ShowViewModel<YourNewFragmentViewModel>()
Fragment show do not respect "AddToBackStack" MvxFragmentAttribute flag if fragment is not already in cache. Therefore back press does not work on "first time back" for "standalone" Fragments.
This bug does not apply for some fragments like: ViewPager fragments as it seems that they are added to cache before "ShowFragment" call.
Steps to reproduce
ShowViewModel<YourNewFragmentViewModel>()
Version: 4.2.3