Commit 12ca552
committed
Fix: Keep the space between charger types in a condition summary
A charger condition naming more than one plug type read "While charging
via Wireless,Dock". The separator resource was authored as ", " but
Android strips leading and trailing whitespace from an unquoted string
resource, so the value reaching joinLabels() was a bare comma. Quoting
the resource preserves the space.1 parent cff8729 commit 12ca552
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
733 | 734 | | |
734 | 735 | | |
735 | 736 | | |
| |||
0 commit comments