-
Notifications
You must be signed in to change notification settings - Fork 897
Make read receipt avatar list more compact #5970
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Make read receipt avatar list more compact |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1422,7 +1422,7 @@ | |
| <string name="merged_events_collapse">collapse</string> | ||
|
|
||
| <string name="generic_label_and_value">%1$s: %2$s</string> | ||
| <string name="x_plus">%d+</string> | ||
| <string name="x_plus">+%d</string> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this okay to modify an existing string in such a simple case? I checked all current translations and every instance is the same string as in the default locale, there is no custom translation.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, this is OK. But with the new form, I think it would be better to have some avatars displayed, and after the "+3" text. Will check with design |
||
| <string name="no_valid_google_play_services_apk">No valid Google Play Services APK found. Notifications may not work properly.</string> | ||
|
|
||
| <!-- Passphrase --> | ||
|
|
||
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.
I deleted this null check because I verified the call chain and
List<ReadReceiptData>can never have null elements.