mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
adding an empty line
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user