MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

#275 MvxCachingFragmentCompatActivity GetLastFragmentInfo() does not … #277

Open markverkiel opened 8 years ago

markverkiel commented 8 years ago

…return the last added fragment.

This way GetLastFragmentInfo doesn't rely on SupportFragmentManager.Fragments ArrayList anymore.

After the first time that ShowFragment has been called, and a Cacheable fragment is displayed, _lastFragmentTag is filled with its last shown fragment tag.