Removed extra spaces

This commit is contained in:
Juha Heinanen
2026-04-03 14:57:08 +03:00
parent 12d53da16c
commit 3baef81b0e

View File

@ -55,7 +55,7 @@ class ConnectionService : ConnectionService() {
val call = Call.ofCallp(callp) val call = Call.ofCallp(callp)
if (call != null) if (call != null)
BaresipService.instance?.handleIncomingCall(call) BaresipService.instance?.handleIncomingCall(call)
val ua = UserAgent.ofUap(uap) val ua = UserAgent.ofUap(uap)
if (ua != null) { if (ua != null) {
// Check speakerphone setting // Check speakerphone setting