Commit 8cf55beb authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListHeaderViewHolder.java

parent 5a3d4a2f
......@@ -14,8 +14,8 @@ public class RoomListHeaderViewHolder extends RecyclerView.ViewHolder {
public RoomListHeaderViewHolder(View itemView) {
super(itemView);
title = (TextView) itemView.findViewById(R.id.title);
button = (Button) itemView.findViewById(R.id.btn_add);
title = itemView.findViewById(R.id.title);
button = itemView.findViewById(R.id.btn_add);
}
public void bind(RoomListHeader roomListHeader) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment