mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
fix LoaderManager inefficiencies
Redundant calls in ConversationActivity and ConversationListActivity was causing unnecessary view invalidations. Closes #2592
This commit is contained in:
committed by
Jake McGinty
parent
ca2c8b961e
commit
db7a657001
@@ -96,8 +96,6 @@ public class ConversationListFragment extends ListFragment
|
||||
});
|
||||
initializeListAdapter();
|
||||
initializeBatchListener();
|
||||
|
||||
getLoaderManager().initLoader(0, null, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user