Avoid lint warning

This commit is contained in:
Juha Heinanen
2026-06-19 16:47:28 +03:00
parent 4a8a37a573
commit fcc8163426

View File

@ -1686,7 +1686,7 @@ class BaresipService: Service() {
// Process any calls that arrived while baresip is starting
InCallService.instance?.let { inCallService ->
for (call in inCallService.getCalls()) {
for (call in inCallService.calls) {
val aor = call.details.intentExtras?.getString("aor")
if (Call.ofCallp(call.hashCode().toLong()) == null) {
Log.d(TAG, "Processing pending external call ${call.hashCode()}")