Skip to content
This repository was archived by the owner on Sep 19, 2019. It is now read-only.

Conversation

@farbodsz
Copy link
Owner

No description provided.

@farbodsz farbodsz self-assigned this Jul 24, 2017
Copy link
Owner Author

@farbodsz farbodsz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good changes so far - we still have some stuff left to do (as per the developer docs).

val colorView = itemView.findViewById(R.id.color)!!
val subjectText = itemView.findViewById(R.id.subject) as TextView
val detailText = itemView.findViewById(R.id.class_details) as TextView
val colorView: View = itemView.findViewById(R.id.color)!!
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The null safety operator, !!, is redundant here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants