Fix missed translatable contents

This commit is contained in:
DBotThePony 2024-01-01 22:17:23 +07:00
parent 2aa084290b
commit 2506f0fe0e
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -371,7 +371,7 @@ class AndroidResearchType(
}
val displayContents: ComponentContents by lazy {
TranslatableContents(displayId, null, arrayOf())
TranslatableContents(displayId)
}
val displayName: Component get() {