mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 05:59:17 +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(
|
setContentTitle(
|
||||||
context.resources.getQuantityString(
|
context.resources.getQuantityString(
|
||||||
R.plurals.extension_updates_available,
|
R.plurals.extension_updates_available,
|
||||||
names
|
names.size,
|
||||||
.size,
|
|
||||||
names.size
|
names.size
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user