mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
Fix super call
// FREEBIE
This commit is contained in:
parent
b0b08a37db
commit
12ce92bb83
@ -74,7 +74,7 @@ public class ContactSelectionListFragment extends Fragment
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onActivityCreated(Bundle icicle) {
|
public void onActivityCreated(Bundle icicle) {
|
||||||
super.onCreate(icicle);
|
super.onActivityCreated(icicle);
|
||||||
initializeCursor();
|
initializeCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user