removing another empty line

This commit is contained in:
Tibor Kaputa 2023-07-05 11:06:14 +02:00 committed by GitHub
parent 8c67df0abd
commit 4cbafe1608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,6 @@ class RecentsHelper(private val context: Context) {
}.toTypedArray()
context.contentResolver.bulkInsert(contentUri, values)
callback()
}
}