Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ Update quick reactions #214

Merged
merged 3 commits into from
Jun 25, 2019
Merged

Conversation

BillCarsonFr
Copy link
Member

Fixes #146

image

@BillCarsonFr BillCarsonFr requested review from bmarty and ganfra June 24, 2019 14:19
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

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

Good job. A few remarks

@@ -65,77 +47,38 @@ class QuickReactionFragment : BaseMvRxFragment() {
return view
}

private val textViews by lazy {
Copy link
Member

Choose a reason for hiding this comment

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

Lazy is not good here for perf. Use lateinit instead.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

android:padding="4dp"
android:textColor="?riotx_text_secondary"
android:textSize="24sp"
tools:ignore="MissingConstraints"
tools:text="👍" />
Copy link
Member

Choose a reason for hiding this comment

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

Why not hardcode emoji here?

@BillCarsonFr BillCarsonFr merged commit 8fe0bd5 into develop Jun 25, 2019
@bmarty bmarty deleted the feature/update_quick_reactions branch July 5, 2019 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reactions: Update quick reactions
2 participants