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

Allow data binder to group operations

(cherry picked from commit 7a8c8ecc)
parent ff3fd210
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,6 @@ public class AudioBrowserListAdapter extends BaseAdapter implements SectionIndex
holder.binding.setVariable(BR.hasFooter, !isMediaItemAboveASeparator(position));
holder.binding.setVariable(BR.clickable, mContextPopupMenuListener != null);
holder.binding.setVariable(BR.handler, this);
holder.binding.executePendingBindings();
return v;
}
......
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