We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fd3ee commit a99058cCopy full SHA for a99058c
app/src/main/java/com/infomaniak/drive/data/sync/UploadNotifications.kt
@@ -156,9 +156,9 @@ object UploadNotifications {
156
fun UploadFile.showUploadedFilesNotification(
157
context: Context,
158
successCount: Int,
159
- successNames: MutableList<String>,
+ successNames: Collection<String>,
160
failedCount: Int,
161
- failedNames: MutableList<String>
+ failedNames: Collection<String>
162
) = with(context.resources) {
163
val total = successCount + failedCount
164
val description = when {
0 commit comments