mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix format in ExtensionUpdateJob
This commit is contained in:
parent
8d5c339b34
commit
f2851f2549
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue