Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has MvxCachingFragmentCompatActivity disappeared?

I'm trying to upgrade to MvvmCross 5.2 and get a syntax error on the MvxCachingFragmentCompatActivity. Has this class disappeared?

like image 816
Paul Sinnema Avatar asked Mar 09 '23 00:03

Paul Sinnema


1 Answers

As explained in the blog for 5.2: https://www.mvvmcross.com/mvvmcross-52-release/

We've refactored the Android presenter and there is no need anymore for a special Activity like MvxCachingFragmentCompatActivity. The adviced Activity to use now is the MvxAppCompatActivity.

like image 136
Martijn00 Avatar answered Mar 20 '23 16:03

Martijn00