mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-30 06:13:54 +01:00
Add missing @Override annotations
This commit is contained in:
parent
f5892ca34b
commit
c1bcd921e3
22 changed files with 98 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ public class NearbyListFragment extends ListFragment implements TaskListener {
|
|||
listview.setAdapter(mAdapter);
|
||||
|
||||
listview.setOnItemClickListener(new AdapterView.OnItemClickListener() {
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
||||
|
||||
Place place = places.get(position);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue