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

Fix app closing when only one frag was opened on the main activity, a… #294

Closed softlion closed 8 years ago

softlion commented 8 years ago

…nd back is pressed

I use frag for dialogs only.

thefex commented 8 years ago

That's gonna bring side effects - fragments without "AddToBackStack" flag gonna to be added to backstack. I have fixed that problem here: https://github.com/MvvmCross/MvvmCross-AndroidSupport/issues/289 - everything should work fine in the upcoming release.

softlion commented 8 years ago

Ok it also works with your fix. Closing push.