mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 04:29:18 +01:00
fix format in ExtensionUpdateJob
This commit is contained in:
parent
8d5c339b34
commit
f2851f2549
@ -51,8 +51,7 @@ class ExtensionUpdateJob(private val context: Context, workerParams: WorkerParam
|
||||
setContentTitle(
|
||||
context.resources.getQuantityString(
|
||||
R.plurals.extension_updates_available,
|
||||
names
|
||||
.size,
|
||||
names.size,
|
||||
names.size
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user