mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Ensure the Clock
interface is used.
This commit is contained in:
parent
40d3203297
commit
32bc93c87d
1 changed files with 4 additions and 1 deletions
|
@ -174,3 +174,6 @@ PreferenceManager\.getDefaultSharedPreferences==2
|
|||
|
||||
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
|
||||
R\.string\.template_
|
||||
|
||||
### Use the Clock interface, or use `measureTimeMillis`
|
||||
System\.currentTimeMillis\(\)===2
|
||||
|
|
Loading…
Reference in a new issue