mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Ensure we will not use the template string by mistake
This commit is contained in:
parent
035c10364d
commit
7eec98ea23
2 changed files with 6 additions and 0 deletions
|
@ -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 a new issue