adding an empty line

This commit is contained in:
tibbi
2023-06-30 10:53:33 +02:00
parent 2ad1980abe
commit f27b7c4c3c

View File

@@ -86,6 +86,7 @@ class RecentsHelper(private val context: Context) {
if (!cursor.moveToFirst()) { if (!cursor.moveToFirst()) {
return@use return@use
} }
do { do {
val id = cursor.getIntValue(Calls._ID) val id = cursor.getIntValue(Calls._ID)
var isUnknownNumber = false var isUnknownNumber = false