mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 09:18:49 +00:00
Disable view prefetching for now.
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user