mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Fix crash when adding a contact from a conversation
Closes #4872 // FREEBIE
This commit is contained in:
parent
f7e5404cf7
commit
e9b53cc164
@ -153,7 +153,7 @@ public class ConversationFragment extends Fragment
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void reloadList() {
|
public void reloadList() {
|
||||||
getLoaderManager().restartLoader(0, null, this);
|
getLoaderManager().restartLoader(0, Bundle.EMPTY, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeResources() {
|
private void initializeResources() {
|
||||||
|
Loading…
Reference in New Issue
Block a user