Skip to content
Snippets Groups Projects
Commit 5b4206cf authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix MediaLibrary settings with remote

parent 29619074
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ public class BaseBrowserAdapter extends SortableAdapter<MediaLibraryItem, BaseBr
itemView.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View v) {
binding.browserCheckbox.toggle();
onCheckBoxClick(binding.browserCheckbox);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment