Prevent usage of hard-coded string for contentDescription, and fix existing issues.
This commit is contained in:
parent
ef7315d6c6
commit
5f8e85edc6
12 changed files with 20 additions and 16 deletions
|
|
@ -132,3 +132,7 @@ System\.currentTimeMillis\(\)===1
|
|||
|
||||
### Use `import io.element.android.libraries.ui.strings.CommonStrings` then `CommonStrings.<stringKey>` instead
|
||||
import io\.element\.android\.libraries\.ui\.strings\.R
|
||||
|
||||
# Accessibility
|
||||
### Use string resource for `contentDescription`, or null instead of empty string
|
||||
contentDescription = "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue