mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add TODO for List
This commit is contained in:
parent
1873b843da
commit
7d80acf462
1 changed files with 2 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ class PlaceRenderer extends Renderer<Place> {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//TODO: Insert onClickListeners for galeryButton and cameraButton
|
||||||
|
|
||||||
iconOverflow.setVisibility(showMenu() ? View.VISIBLE : View.GONE);
|
iconOverflow.setVisibility(showMenu() ? View.VISIBLE : View.GONE);
|
||||||
iconOverflow.setOnClickListener(v -> popupMenuListener());
|
iconOverflow.setOnClickListener(v -> popupMenuListener());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue