-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: avatar border and message padding improvements [WPB-5059] #2428
feat: avatar border and message padding improvements [WPB-5059] #2428
Conversation
APKs built during tests are available here. Scroll down to Artifacts! |
@@ -270,7 +270,7 @@ sealed class UIMessageContent { | |||
sealed class SystemMessage( | |||
@DrawableRes val iconResId: Int?, | |||
@StringRes open val stringResId: Int, | |||
val isSmallIcon: Boolean = true, | |||
val isSmallIcon: Boolean = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: so right now all system messages have "large icon", right? If so then we can remove this parameter completely 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one exception for this and I will add some code for it
Build 1839 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)