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

View File

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