SyntaxFix
Write A Post
Hire A Developer
Questions
Try this method:
List<Business> mBusinesses2 = mBusinesses; mBusinesses.clear(); mBusinesses.addAll(mBusinesses2); //and do the notification
a little time consuming, but it should work.