Update: Rename Product's name to label

This commit is contained in:
machiav3lli
2022-04-08 02:23:06 +02:00
parent 13479e27d2
commit 92035ba7da
9 changed files with 20 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ object Utils {
if (productRepository != null && it != null && binder != null) {
binder.enqueue(
packageName,
productRepository.first.name,
productRepository.first.label,
productRepository.second,
it
)