mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
adding some crashfixes
This commit is contained in:
@ -63,7 +63,7 @@ class CallManager {
|
||||
}
|
||||
}
|
||||
else -> {
|
||||
val conference = calls.find { it.isConference() }!!
|
||||
val conference = calls.find { it.isConference() } ?: return NoCall
|
||||
val secondCall = if (conference.children.size + 1 != calls.size) {
|
||||
calls.filter { !it.isConference() }
|
||||
.subtract(conference.children.toSet())
|
||||
|
Reference in New Issue
Block a user