mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 10:58:14 +00:00
Disable view prefetching for now.
This commit is contained in:

committed by
Alex Hart

parent
090c811391
commit
3d135d155e
@@ -269,7 +269,8 @@ public class ConversationListFragment extends MainFragment implements LoaderMana
|
|||||||
@Override
|
@Override
|
||||||
public void onStart() {
|
public void onStart() {
|
||||||
super.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
|
@Override
|
||||||
|
Reference in New Issue
Block a user