mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Injected API, Session Manager
This commit is contained in:
parent
6c38b58a29
commit
4b0f1f6a09
3 changed files with 36 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ public class MediaDetailFragment extends CommonsDaggerSupportFragment {
|
|||
}
|
||||
if (delete.getVisibility()!=View.GONE){
|
||||
delete.setOnClickListener(v -> {
|
||||
Timber.d("clicked delete");
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putParcelable("media",media);
|
||||
Intent deleteIntent = new Intent(getActivity(), DeleteActivity.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue