Minor modifications

This commit is contained in:
Juha Heinanen
2026-02-02 03:06:50 +02:00
parent a8edab0baf
commit 5713c4c2e1
7 changed files with 11 additions and 19 deletions
@@ -247,7 +247,7 @@ sealed class Contact {
idValue.toLong()
else
baseId + contactNo
val favorite = Utils.paramValue(params, "favorite" ) == "yes"
val favorite = Utils.paramValue(params, "favorite" ) == "yes"
Log.d(TAG, "Restoring contact $name, $uri, $color, $id")
val contact = BaresipContact(name, uri, color, id, favorite)
val avatarFilePath = BaresipService.filesPath + "/$id.png"