mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 00:01:08 +01:00
Improve locking and performance on asynchronous contact loading.
This commit is contained in:
@@ -143,6 +143,7 @@ private void initializeSearch(android.widget.SearchView searchView) {
|
||||
this.setListAdapter(new DecryptingConversationListAdapter(getActivity(), null, masterSecret));
|
||||
}
|
||||
|
||||
getListView().setRecyclerListener((ConversationListAdapter)getListAdapter());
|
||||
getLoaderManager().restartLoader(0, null, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user