Fix crash when adding a contact from a conversation

Closes #4872
// FREEBIE
pull/1/head
Javier Arteaga 9 years ago committed by Moxie Marlinspike
parent f7e5404cf7
commit e9b53cc164

@ -153,7 +153,7 @@ public class ConversationFragment extends Fragment
}
public void reloadList() {
getLoaderManager().restartLoader(0, null, this);
getLoaderManager().restartLoader(0, Bundle.EMPTY, this);
}
private void initializeResources() {

Loading…
Cancel
Save