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

MvxSplashScreenCompatActivity should not exist (or not depend on MvxAppCompatActivity) #227

Closed kjeremy closed 8 years ago

kjeremy commented 8 years ago

The splash screen has to be divorced from Mvx. It's a special activity that makes assumptions about the state of Mvx. MvxSplashScreen inherits from MvxAppCompatActivity which violates these assumptions. Either MvxSplashSCreenCompatActivity needs to die or it needs to inherit from AppCompatActivity.

thefex commented 8 years ago

+1 for killing MvxSplashScreen