Commit d0478213 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListItemViewHolder.java

parent 5c15ba6c
......@@ -90,6 +90,8 @@ public class RoomListItemViewHolder extends RecyclerView.ViewHolder {
case Room.TYPE_PRIVATE:
itemView.showPrivateChannelIcon();
break;
default:
throw new AssertionError("Room type doesn't satisfies. Room type:" + roomType);
}
}
}
\ No newline at end of file
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