Disable view prefetching for now.

This commit is contained in:
Greyson Parrelli 2020-05-18 13:07:32 -04:00 committed by Alex Hart
parent 090c811391
commit 3d135d155e

View File

@ -269,7 +269,8 @@ public class ConversationListFragment extends MainFragment implements LoaderMana
@Override
public void onStart() {
super.onStart();
ConversationFragment.prepare(requireContext());
// TODO [greyson] Re-enable when we figure out how to invalidate the cache after a system theme change
// ConversationFragment.prepare(requireContext());
}
@Override