mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 09:29:50 +00:00
Fix super call
// FREEBIE
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user