mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +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
|
||||
public void onActivityCreated(Bundle icicle) {
|
||||
super.onCreate(icicle);
|
||||
super.onActivityCreated(icicle);
|
||||
initializeCursor();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user