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.
The splash screen has to be divorced from Mvx. It's a special activity that makes assumptions about the state of Mvx.
MvxSplashScreen
inherits fromMvxAppCompatActivity
which violates these assumptions. EitherMvxSplashSCreenCompatActivity
needs to die or it needs to inherit fromAppCompatActivity
.