Removed extra spaces
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user