mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Cleanup commented out old codes
This commit is contained in:
parent
16966546dd
commit
87f6548ab0
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ public class NearbyListFragment extends Fragment {
|
||||||
View view = inflater.inflate(R.layout.fragment_nearby, container, false);
|
View view = inflater.inflate(R.layout.fragment_nearby, container, false);
|
||||||
recyclerView = (RecyclerView) view.findViewById(R.id.listView);
|
recyclerView = (RecyclerView) view.findViewById(R.id.listView);
|
||||||
recyclerView.setLayoutManager(new LinearLayoutManager(getContext()));
|
recyclerView.setLayoutManager(new LinearLayoutManager(getContext()));
|
||||||
//adapterFactory = new NearbyAdapterFactory(place -> NearbyInfoDialog.showYourself(getActivity(), place));
|
|
||||||
adapterFactory = new NearbyAdapterFactory();
|
adapterFactory = new NearbyAdapterFactory();
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue