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

Trigger bindings in playlist

(cherry picked from commit 48af3512)
parent dc527323
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