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

Trigger bindings in playlist

parent 2fe2fab6
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ public class PlaylistAdapter extends RecyclerView.Adapter<PlaylistAdapter.ViewHo
holder.binding.setTitleColor(mCurrentIndex == position
? UiTools.getColorFromAttribute(ctx, R.attr.list_title_last)
: UiTools.getColorFromAttribute(ctx, R.attr.list_title));
holder.binding.executePendingBindings();
}
@Override
......
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