Avoid lint false positive.

This commit is contained in:
Benoit Marty 2023-09-14 18:16:10 +02:00
parent cc33e39dc6
commit 4e5036f962
2 changed files with 3 additions and 2 deletions

View file

@ -41,4 +41,5 @@ object VectorIcons {
val Quote = R.drawable.ic_quote
val Strikethrough = R.drawable.ic_strikethrough
val Underline = R.drawable.ic_underline
val ThreadDecoration = R.drawable.ic_thread_decoration
}