Avoid lint false positive.

This commit is contained in:
Benoit Marty 2023-09-14 18:16:10 +02:00
parent b60b481ee0
commit e69e961a70
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
}