mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Ensure we will not use the template string by mistake
This commit is contained in:
parent
035c10364d
commit
7eec98ea23
@ -175,3 +175,6 @@ PreferenceManager\.getDefaultSharedPreferences==2
|
||||
|
||||
### Use ViewBindings
|
||||
# findViewById
|
||||
|
||||
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
|
||||
R\.string\.template_
|
@ -40,6 +40,9 @@ android\:summary=\"[^@|\%s]
|
||||
app\:ms_floatingLabelText=\"[^@]
|
||||
app\:ms_hint=\"[^@]
|
||||
|
||||
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
|
||||
\"@string/template_
|
||||
|
||||
### "DO NOT COMMIT" has been committed
|
||||
DO NOT COMMIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user